Reference Target (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.
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