Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/TStateTreeStrongExecutionContext
Description
Broadcasts the delegate. It executes bound delegates immediately and triggers bound transitions (when transitions are evaluated).
| Name | BroadcastDelegate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeAsyncExecutionContext.h |
| Include Path | #include "StateTreeAsyncExecutionContext.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeAsyncExecutionContext.cpp |
template<bool bWriteAccess, std::enable_if_t<(bWriteAccess), int >>
bool BroadcastDelegate
(
const FStateTreeDelegateDispatcher & Dispatcher
) const
false if the context is not valid or doesn't have a valid frame anymore or the broadcast failed.