-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference SelectExpose
S2NX7 edited this page Oct 3, 2025
·
3 revisions

Custom node that exposes only the user-selected members of a type. This allows you to selectively expose fields or properties of a given type in your graph while filtering out unwanted members. Uses the TypeBuilder window to allow constructing advanced Types.
Input Ports
- target : The instance of the type whose members will be exposed. Only required if instance members are being accessed.
Output Ports
- Member Outputs : One output for each selected member of the type. Each output corresponds to the value of the selected field or property.