Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeEditorModule
References
Module | StateTreeEditorModule |
Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorModule.h |
Include | #include "StateTreeEditorModule.h" |
Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorModule.cpp |
virtual TSharedRef < IStateTreeEditor > CreateStateTreeEditor
(
const EToolkitMode::Type Mode,
const TSharedPtr < class IToolkitHost > & InitToolkitHost,
UStateTree * StateTree
)
Remarks
Creates an instance of StateTree editor. Only virtual so that it can be called across the DLL boundary.