Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeLinker > API/Plugins/StateTreeModule/FStateTreeLinker/LinkExternalData
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeLinker.h |
| Include | #include "StateTreeLinker.h" |
template<typename T>
TEnableIf<!TIsDerivedFrom< typenameT::DataType, UObject >::IsDerived &&!TIsIInterface< typenameT::DataType >::Value, void >::Type LinkExternalData
(
T & Handle
)
Remarks
Links reference to an external UStruct.
Parameters
| Name | Description |
|---|---|
| Handle | Reference to TStateTreeExternalDataHandle<> with USTRUCT type to link to. |