FStateTreeEditorModule::CreateStateTreeEditor

Creates an instance of StateTree editor.

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

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel