EShaderParameterFlags

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/ShaderParameters.h

Include

#include "ShaderParameters.h"

Syntax

enum EShaderParameterFlags
{
    SPF_Optional,
    SPF_Mandatory,
}

Values

Name

Description

SPF_Optional

No shader error if the parameter is not used

SPF_Mandatory

Shader error if the parameter is not used

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss