Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Extension for the state tree asset.
| Name | UStateTreeExtension |
| Type | class |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExtension.h |
| Include Path | #include "StateTreeExtension.h" |
Syntax
UCLASS (Abstract, DefaultToInstanced, Within=StateTree, MinimalAPI)
class UStateTreeExtension : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UStateTreeExtension
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Link
(
FStateTreeLinker& Linker |
Resolves references to other StateTree data. | StateTreeExtension.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UStateTree * GetStateTree() |
StateTreeExtension.h |