Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FGraphicsMinimalPipelineStateId
Description
When ID table is frozen, items with a zero ref count aren't actually released, so if the same item gets used again, its ID doesn't change. Useful when re-creating draw commands in the middle of the frame, where you want to prevent existing pipeline state IDs from changing, which may be referenced by in flight tasks. Unfreezing the table will clean up anything with a zero ref count.
| Name | FreezeIdTable |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/MeshPassProcessor.h |
| Include Path | #include "MeshPassProcessor.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/MeshPassProcessor.cpp |
static void FreezeIdTable
(
bool bEnable
)