FGlobalShaderType::FGlobalShaderType

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "GlobalShader.h"

Syntax

FGlobalShaderType
(
    FTypeLayoutDesc & InTypeLayout,
    const TCHAR * InName,
    const TCHAR * InSourceFilename,
    const TCHAR * InFunctionName,
    uint32 InFrequency,
    int32 InTotalPermutationCount,
    ConstructSerializedType InConstructSerializedRef,
    ConstructCompiledType InConstructCompiledRef,
    ModifyCompilationEnvironmentType InModifyCompilationEnvironmentRef,
    ShouldCompilePermutationType InShouldCompilePermutationRef,
    ValidateCompiledResultType InValidateCompiledResultRef,
    uint32 InTypeSize,
    const FShaderParametersMetadata * InRootParametersMetadata
)

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