Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorState > API/Editor/UnrealEd/UEditorState/FOperationResult
| Name | EResult |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorState/EditorState.h |
| Include Path | #include "EditorState/EditorState.h" |
Syntax
enum EResult
{
Success,
Skipped,
Warning,
Failure,
}
Values
| Name | Remarks |
|---|---|
| Success | |
| Skipped | |
| Warning | |
| Failure |