Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FAssetData
| Name | ECreationFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetData.h |
| Include Path | #include "AssetRegistry/AssetData.h" |
Syntax
enum ECreationFlags
{
None = 0,
SkipAssetRegistryTagsGathering = 1 << 0,
AllowBlueprintClass = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| SkipAssetRegistryTagsGathering | |
| AllowBlueprintClass |