Skip to content

Unit Reference FuncInvokeNode

S2NX7 edited this page Sep 30, 2025 · 2 revisions

Invoke Func

Screenshot 2025-09-30 130446

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.

Clone this wiki locally