FGPUSortManager::FSortBatch::GenerateKeys

Call each delegate registered in the [FGPUSortManager](API\Runtime\Engine\FGPUSortManager) so they setup their task data for each element they own in the batch.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GPUSortManager.h

Include

#include "GPUSortManager.h"

Source

/Engine/Source/Runtime/Engine/Private/GPUSortManager.cpp

Syntax

void GenerateKeys
(
    FRHICommandListImmediate & RHICmdList,
    const FCallbackArray & InCallbacks,
    EGPUSortFlags KeyGenLocation
)

Remarks

Call each delegate registered in the FGPUSortManager so they setup their task data for each element they own in the batch.

Parameters

Parameter

Description

RHICmdList

The command list used to perform the task.

InCallbacks

The client system callbacks, from FGPUSortManager::Register().

KeyGenLocation

The location in the frame where we are generating keys (see EGPUSortFlags::AnyKeyGenLocation).

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