Reference Target (LogiX node)

From Neos Wiki
Revision as of 23:27, 5 June 2023 by Jackalgirl (talk | contribs) (Changed output type in accordance with LogiX node retrieved from NeosVR on 6 June 2023. Likely more adjustment to text is needed.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English • ‎日本語
->
'->' LogiX node
Inputs
  SyncRef`1 Reference
Outputs
  IWorldElement *

The -> node outputs the SyncRef reference target of the input Reference.

Usage

This node is often required when making a reference typed field from a slot or component interface available to LogiX nodes. For example when a Slot reference interface is extracted with the LogiX tooltip, the parent field must be input to this node before the Slot data it holds can be used by nodes which have a Slot type input. This is because the parent field is of type SyncRef<Slot>, rather than Slot itself.

Examples

Node Menu

References
Back -> Allocating User RefID Write Ref