-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference UnbindActionNode
S2NX7 edited this page Sep 30, 2025
·
2 revisions
The Unbind Action removes a previously bound IAction delegate. When executed, it disconnects delegate b from delegate a, so that invoking a will no longer call b.
Input Ports
- enter : Control flow entry point. Executes the unbinding operation.
-
a : The target
IActiondelegate to unbind from. -
b : The
IActiondelegate being removed.
Output Ports
- exit : Control flow output triggered after the unbinding is completed.