Navigation
API > API/Editor > API/Editor/ContentBrowserData
Enum denoting the types of updates that can be emitted for an item
| Name | EContentBrowserItemUpdateType |
| Type | enum |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
Syntax
enum EContentBrowserItemUpdateType
{
Added,
Modified,
Moved,
Removed,
}
Values
| Name | Remarks |
|---|---|
| Added | This item was newly added |
| Modified | This item already existed, and has been modified |
| Moved | This item already existed, and has been moved to a new location or renamed |
| Removed | This item existed and has been deleted |