Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
Description
Returns pointer to external data based on provided item handle. The return type is deduced from the handle's template type.
| Name | GetExternalDataPtr |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include Path | #include "StateTreeExecutionContext.h" |
template<typename T>
T::DataType * GetExternalDataPtr
(
const T Handle
) const
pointer to external data based on handle or null if item is not set or handle is invalid.
Parameters
| Name | Remarks |
|---|---|
| Handle | Valid TStateTreeExternalDataHandle<> handle. |