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