Navigation
API > API/Editor > API/Editor/DataLayerEditor
| Name | EDataLayerAction |
| Type | enum |
| Header File | /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerAction.h |
| Include Path | #include "DataLayer/DataLayerAction.h" |
Syntax
enum EDataLayerAction
{
Add,
Modify,
Delete,
Rename,
Reset,
}
Values
| Name | Remarks |
|---|---|
| Add | |
| Modify | |
| Delete | |
| Rename | |
| Reset |