Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderStableKeyDebugInfoReader
Description
Returns a string describing a PSO (shaders only). Because of shader deduplication there can be several multiple (thousands) possible options.
| Name | GetPSOStableNameOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderStableKeyDebugInfoReader.h |
| Include Path | #include "ShaderStableKeyDebugInfoReader.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderStableKeyDebugInfoReader.cpp |
FString GetPSOStableNameOptions
(
const FGraphicsPipelineStateInitializer & Initializer,
int32 MaxOptionsToInclude
)