Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderCompilerEnvironment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Please use Get SetCompileArgument mechanism for additional properties required by compilation int32 GetIntegerValue
(
FName Name |
ShaderCore.h | ||
Please use Get SetCompileArgument mechanism for additional properties required by compilation int32 GetIntegerValue
(
FShaderCompilerDefineNameCache& NameCache, |
ShaderCore.h |
GetIntegerValue(FName)
| Name | GetIntegerValue |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCore.h |
| Include Path | #include "ShaderCore.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderCore.cpp |
Please use Get SetCompileArgument mechanism for additional properties required by compilation int32 GetIntegerValue
(
FName Name
) const
GetIntegerValue(FShaderCompilerDefineNameCache &, int32)
| Name | GetIntegerValue |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCore.h |
| Include Path | #include "ShaderCore.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderCore.cpp |
Please use Get SetCompileArgument mechanism for additional properties required by compilation int32 GetIntegerValue
(
FShaderCompilerDefineNameCache & NameCache,
int32 ResultIfNotFound
) const