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" |
template<typename T>
T::DataType & GetExternalData
(
const T Handle
) const
Remarks
Returns reference to external data based on provided handle. The return type is deduced from the handle's template type. reference to external data based on handle or null if data is not set.
Parameters
| Name | Description |
|---|---|
| Handle | Valid TStateTreeExternalDataHandle<> handle. |