Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include | #include "StateTreeExecutionContext.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeExecutionContext.cpp |
void SetParameters
(
const FInstancedPropertyBag & Parameters
)
Remarks
Updates data view of the parameters by replacing the default values defined in the StateTree asset by the provided values. Note: caller is responsible to make sure external parameters lifetime matches the context.