Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule
Extension for the editor data of the state tree asset.
| Name | UStateTreeEditorDataExtension |
| Type | class |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorDataExtension.h |
| Include Path | #include "StateTreeEditorDataExtension.h" |
Syntax
UCLASS (Abstract, DefaultToInstanced, EditInlineNew, Within=StateTreeEditorData, MinimalAPI)
class UStateTreeEditorDataExtension : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UStateTreeEditorDataExtension
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeDetails
(
TNonNullPtr< UStateTreeState > State, |
StateTreeEditorDataExtension.h | ||
virtual bool HandlePostInternalCompile
(
const UE::StateTree::Compiler::FPostInternalContext& Context |
StateTreeEditorDataExtension.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UStateTreeEditorData * GetStateTreeEditorData() |
StateTreeEditorDataExtension.h |