Translations:Write Ref (LogiX node)/11/en

From Neos Wiki
Jump to navigation Jump to search

Generally one should write to component or slot fields which are reference-typed (e.g. slot, user, IAssetProvider<AudioClip> etc.) using Write Ref. However, it is not possible to write to reference-typed LogiX variable nodes using a Write Ref node whereas it is possible to do so with Write/Write Latch. It is also possible to write to reference-typed fields using Write/Write Latch if the inputs are RefIDs, rather than reference datatypes. However, it is generally not recommended to work with raw RefIDs though - better to use Write Ref with the correct datatypes.