Navigation
API > API/Runtime > API/Runtime/Core
| Name | EConfigExpansionFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigTypes.h |
| Include Path | #include "Misc/ConfigTypes.h" |
Syntax
enum EConfigExpansionFlags
{
None = 0,
ForUncooked = 1 << 0,
ForCooked = 1 << 1,
ForPlugin = 1 << 2,
ForEngine = 1 << 3,
ForProject = 1 << 4,
All = 0xFF,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ForUncooked | |
| ForCooked | |
| ForPlugin | |
| ForEngine | |
| ForProject | |
| All |