Unit Reference SelectExpose - RealityStop/Bolt.Addons.Community GitHub Wiki
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.