Navigation
Unreal Engine C++ API Reference > Runtime > Core > GenericPlatform
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
Include | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum EBuildConfiguration
{
Unknown,
Debug,
DebugGame,
Development,
Shipping,
Test,
}
Values
Name | Description |
---|---|
Unknown | Unknown build configuration. |
Debug | Debug build. |
DebugGame | DebugGame build. |
Development | Development build. |
Shipping | Shipping build. |
Test | Test build. |
Remarks
Available build configurations. Mirorred from UnrealTargetConfiguration.