FPipelineFileCache::SetGameUsageMaskWithComparison

Define the Current Game Usage Mask and a comparison function to compare this mask against the recorded mask in each PSO

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 uint64 SetGameUsageMaskWithComparison
(
    uint64 GameUsageMask,
    FPSOMaskComparisonFn InComparisonFnPtr
)

Remarks

Define the Current Game Usage Mask and a comparison function to compare this mask against the recorded mask in each PSO

Returns

the old mask

Parameters

Parameter

Description

GameUsageMask

Current Game Usage Mask to set, typically from user quality settings

InComparisonFnPtr

Pointer to the comparsion function - see above FPSOMaskComparisonFn definition for details

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