Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
| Type | Name | Description | |
|---|---|---|---|
| TEnableIf< TIsInvocable< TFunc, FStateTreeSharedEvent >::Value, void >::Type | ForEachEvent
(
TFunc&& Function |
Iterates over all events. | |
| TEnableIf< TIsInvocable< TFunc, FStateTreeEvent >::Value, void >::Type | ForEachEvent
(
TFunc&& Function |
Iterates over all events. |