ERayTracingPipelineCacheFlags

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "PipelineStateCache.h"

Syntax

enum ERayTracingPipelineCacheFlags
{
    Default        = 0,
    NonBlocking    = 1 << 0,
}

Values

Name

Description

Default

Query the pipeline cache, create pipeline if necessary.

NonBlocking

Query the pipeline cache, create a background task to create the pipeline if necessary.

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