Navigation
API > API/Runtime > API/Runtime/Engine
Description
Returns true if a specific debug view supported for a platform. Can be used as input for shader cooking.
| Name | SupportDebugViewShaderMode |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DebugViewModeHelpers.h |
| Include Path | #include "DebugViewModeHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DebugViewModeHelpers.cpp |
bool SupportDebugViewShaderMode
(
EDebugViewShaderMode ShaderMode,
EShaderPlatform Platform
)