-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference FuncInvokeNode
S2NX7 edited this page Sep 30, 2025
·
2 revisions
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.