Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FTargetPlatformCachedIniValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Type Get
(
EShaderPlatform ShaderPlatform |
Look up by shader platform. Shader platforms on the same target should return the same value. | ShaderPlatformCachedIniValue.h | |
| Look up by IniPlatformName directly. | ShaderPlatformCachedIniValue.h |
Get(EShaderPlatform)
Description
Look up by shader platform. Shader platforms on the same target should return the same value.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderPlatformCachedIniValue.h |
| Include Path | #include "ShaderPlatformCachedIniValue.h" |
Type Get
(
EShaderPlatform ShaderPlatform
)
Get(FName)
Description
Look up by IniPlatformName directly. Can use FName(TargetPlatform->IniPlatformName()).
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderPlatformCachedIniValue.h |
| Include Path | #include "ShaderPlatformCachedIniValue.h" |
Type Get
(
FName IniPlatformName
)