Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorStateSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CaptureEditorState
(
FEditorStateCollection& OutState, |
Captures the state of the editor using all the registered EditorState subclasses. | EditorState/EditorStateSubsystem.h | |
void CaptureEditorState
(
FEditorStateCollection& OutState, |
Captures the state of the editor using all the registered EditorState subclasses. | EditorState/EditorStateSubsystem.h |
CaptureEditorState(FEditorStateCollection &, UObject *)
Description
Captures the state of the editor using all the registered EditorState subclasses.
| Name | CaptureEditorState |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorState/EditorStateSubsystem.h |
| Include Path | #include "EditorState/EditorStateSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorState/EditorStateSubsystem.cpp |
void CaptureEditorState
(
FEditorStateCollection & OutState,
UObject * InStateOuter
)
Parameters
| Name | Remarks |
|---|---|
| OutState | Collection of states that will be populated with state data. |
| InStateOuter | Outer to use for the UEditorState objects that may be created by this method. |
CaptureEditorState(FEditorStateCollection &, const TArray< TSubclassOf< UEditorState > > &, UObject *)
Description
Captures the state of the editor using all the registered EditorState subclasses.
| Name | CaptureEditorState |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorState/EditorStateSubsystem.h |
| Include Path | #include "EditorState/EditorStateSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorState/EditorStateSubsystem.cpp |
void CaptureEditorState
(
FEditorStateCollection & OutState,
const TArray < TSubclassOf < UEditorState > > & InEditorStateTypeFilter,
UObject * InStateOuter
)
Parameters
| Name | Remarks |
|---|---|
| OutState | Collection of states that will be populated with state data. |
| InStateOuter | Outer to use for the UEditorState objects that may be created by this method. |