FPipelineFileCache::RegisterPSOCompileFailure

This PSO has failed compile and is invalid - this cache should not return this invalid PSO from subsequent calls for PreCompile requests.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/PipelineFileCache.h

Include

#include "PipelineFileCache.h"

Source

/Engine/Source/Runtime/RHI/Private/PipelineFileCache.cpp

Syntax

static void RegisterPSOCompileFailure
(
    uint32 RunTimeHash,
    FGraphicsPipelineStateInitializer const & Initializer
)

Remarks

This PSO has failed compile and is invalid - this cache should not return this invalid PSO from subsequent calls for PreCompile requests. Note: Not implementated for Compute that has no flag to say it came from this cache - don't want to consume failures that didn't propagate from this cache.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss