Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShaderCompilerSinglePermutation-
Overloads
Name
Remarks
Include Path
Unreal Specifiers
ShaderCompiler.h
Explicitly-defaulted ctors & assignment operators are needed temporarily due to deprecation of PermutationString field.
ShaderCompiler.h
ShaderCompiler.h
ShaderCompiler.h
ShaderCompiler.h
FShaderCompilerSinglePermutationStat()
Name
FShaderCompilerSinglePermutationStat
Type
function
Header File
/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h
Include Path
#include "ShaderCompiler.h"
FShaderCompilerSinglePermutationStat()
Copy full snippet
FShaderCompilerSinglePermutationStat(FShaderCompilerSinglePermutationStat &&)
Description
Explicitly-defaulted ctors & assignment operators are needed temporarily due to deprecation of PermutationString field. Can be removed once the deprecation window for said field ends.
Name
FShaderCompilerSinglePermutationStat
Type
function
Header File
/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h
Include Path
#include "ShaderCompiler.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS FShaderCompilerSinglePermutationStat
(
FShaderCompilerSinglePermutationStat &&
)
Copy full snippet
FShaderCompilerSinglePermutationStat(const FShaderCompilerSinglePermutationStat &)
Name
FShaderCompilerSinglePermutationStat
Type
function
Header File
/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h
Include Path
#include "ShaderCompiler.h"
FShaderCompilerSinglePermutationStat
(
const FShaderCompilerSinglePermutationStat &
)
Copy full snippet
FShaderCompilerSinglePermutationStat(FString, uint32, uint32)
Name
FShaderCompilerSinglePermutationStat
Type
function
Header File
/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h
Include Path
#include "ShaderCompiler.h"
FShaderCompilerSinglePermutationStat
(
FString PermutationString,
uint32 Compiled,
uint32 Cooked
)
Copy full snippet
FShaderCompilerSinglePermutationStat(uint64, uint32, uint32)
Name
FShaderCompilerSinglePermutationStat
Type
function
Header File
/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h
Include Path
#include "ShaderCompiler.h"
FShaderCompilerSinglePermutationStat
(
uint64 PermutationHash,
uint32 Compiled,
uint32 Cooked
)
Copy full snippet