Navigation
API > API/Editor > API/Editor/UnrealEd
| |
|
| Name |
EPropertyEditorTestEnum |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Classes/Editor/PropertyEditorTestObject.h |
| Include Path |
#include "Editor/PropertyEditorTestObject.h" |
Syntax
enum EPropertyEditorTestEnum
{
PropertyEditorTest_Enum1,
PropertyEditorTest_Enum2,
PropertyEditorTest_Enum3,
PropertyEditorTest_Enum4,
PropertyEditorTest_Enum5,
PropertyEditorTest_Enum6,
PropertyEditorTest_MAX,
}
Values
| Name |
Remarks |
| PropertyEditorTest_Enum1 |
This comment should appear above enum 1 |
| PropertyEditorTest_Enum2 |
This comment should appear above enum 2 |
| PropertyEditorTest_Enum3 |
This comment should appear above enum 3 |
| PropertyEditorTest_Enum4 |
This comment should appear above enum 4 |
| PropertyEditorTest_Enum5 |
This comment should appear above enum 5 |
| PropertyEditorTest_Enum6 |
This comment should appear above enum 6 |
| PropertyEditorTest_MAX |
|