FScriptableEditorModeFactory

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IEditorModeFactory

FScriptableEditorModeFactory

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h

Include

#include "EditorModeRegistry.h"

Syntax

struct FScriptableEditorModeFactory : public IEditorModeFactory

Variables

Name Description

Public variable

FEditorModeFact...

 

FactoryCallback

Callback used to create an instance of this mode type

Public variable

FEditorModeFact...

 

FactoryDelegate

Callback used to create an instance of this mode type

Public variable

FEditorModeInfo

 

ModeInfo

Information pertaining to this factory's mode

Constructors

Name Description

Public function

FScriptableEditorModeFactory

(
    FEditorModeInfo InModeInfo
)

Destructors

Overridden from IEditorModeFactory

Name Description

Public function Virtual Const

TSharedRef< ...

 

CreateMode()

Create a new instance of our mode

Public function Virtual Const

UEdMode *...

 

CreateScriptableMode()

Create a new instance of our mode

Public function Virtual Const

bool

 

ForScriptableMode()

Public function Virtual Const

FEditorModeI...

 

GetModeInfo()

Gets the information pertaining to the mode type that this factory creates

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