Navigation
API > API/Editor > API/Editor/UnrealEd
EditorState is a container that can capture the state of a given editor subsystem and restore it at a later time. To capture/restore states, you must use the UEditorStateSubsystem subsystem rather than dealing with this class directly.
| Name | UEditorState |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorState/EditorState.h |
| Include Path | #include "EditorState/EditorState.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UEditorState : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEditorState
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FOperationResult |