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 * GetExternalDataPtr
(
const T Handle
) const
Remarks
Returns pointer to external data based on provided item handle. The return type is deduced from the handle's template type. pointer to external data based on handle or null if item is not set or handle is invalid.
Parameters
| Name | Description |
|---|---|
| Handle | Valid TStateTreeExternalDataHandle<> handle. |