Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/TStateTreeStrongExecutionContext
Description
Copies the output bindings for the recorded node. Propagates data FROM the node's instance data BACK to bound targets (similar to what happens after Tick in normal execution). Output binding batches never contain property functions, so this call is always async-safe. Binding targets requiring context or external data are skipped.
| Name | CopyOutputBindings |
| 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 |
bool CopyOutputBindings() const
true if all bindings are copied.