EContentBrowserItemSaveFlags

Flags denoting the save behavior of items

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h

Include

#include "ContentBrowserItemData.h"

Syntax

enum EContentBrowserItemSaveFlags
{
    None                = 0,
    SaveOnlyIfDirty     = 1<<0,
    SaveOnlyIfLoaded    = 1<<1,
}

Values

Name

Description

None

No flags

SaveOnlyIfDirty

Save the item only if it is considered dirty

SaveOnlyIfLoaded

Save the item only if it is currently loaded (will load the item if required when this flag isn't set)

Remarks

Flags denoting the save behavior of items

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss