Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderCodeLibrary
Description
Close a named library.
At runtime this will release the library data and further requests for shaders from this library will fail.
| Name | CloseLibrary |
| 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 CloseLibrary
(
FString const & Name
)