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< TIsIInterface< typenameT::DataType >::Value, void >::Type LinkExternalData
(
T & Handle
)
Remarks
Links reference to an external IInterface.
Parameters
| Name | Description |
|---|---|
| Handle | Reference to TStateTreeExternalDataHandle<> with IINTERFACE type to link to. |