Unit Reference FuncInvokeNode - RealityStop/Bolt.Addons.Community GitHub Wiki
The Invoke Func node invokes a delegate implementing IFunc. It dynamically calls the delegate with input parameters and outputs the return value.
Input Ports
- delegate : The IFunc delegate to invoke.
- parameters : Inputs corresponding to the delegate’s parameters.
Output Ports
- return : The return value of the invoked IFunc delegate.