Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderLibraryCooker
Description
Finishes collection of data that should be in the named code library. This includes loading data from a previous iterative cook.
| Name | FinishPopulateShaderLibrary |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCodeLibrary.h |
| Include Path | #include "ShaderCodeLibrary.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderCodeLibrary.cpp |
static void FinishPopulateShaderLibrary
(
const ITargetPlatform * TargetPlatform,
FString const & Name,
FString const & SandboxDestinationPath,
FString const & SandboxMetadataPath
)