Navigation
API > API/Runtime > API/Runtime/Engine
Enumerates available Substrate closure configuration
| Name | ESubstrateClosureConfig::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
namespace ESubstrateClosureConfig
{
enum Type
{
UseMinProjectAndPlatforClosuresPerPixel = 0,
ForceProjectClosuresPerPixel = 1,
}
}
Values
| Name | Remarks |
|---|---|
| UseMinProjectAndPlatforClosuresPerPixel | Use the mininum between the platform's closure count and the project's closure count, on platforms supporting Adaptive GBuffer |
| ForceProjectClosuresPerPixel | Force the project's closure count, on all platforms supporting Adaptive GBuffer |