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