Unit Reference FuncInvokeNode - RealityStop/Bolt.Addons.Community GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️