Navigation
API > API/Runtime > API/Runtime/RenderCore
Description
Replaces virtual platform path with appropriate path for a given ShaderPlatform. Returns true if path was changed.
| Name | ReplaceVirtualFilePathForShaderPlatform |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCore.h |
| Include Path | #include "ShaderCore.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderCore.cpp |
bool ReplaceVirtualFilePathForShaderPlatform
(
FString & InOutVirtualFilePath,
EShaderPlatform ShaderPlatform
)