Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeNodeBase
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeNodeBase.h |
| Include | #include "StateTreeNodeBase.h" |
virtual bool Link
(
FStateTreeLinker & Linker
)
Remarks
Called when the StateTree asset is linked. Allows to resolve references to other StateTree data. true if linking succeeded.
Parameters
| Name | Description |
|---|---|
| Linker | Reference to the linker |