FGPUSortKeyGenDelegate

Callback used by the [FGPUSortManager](API\Runtime\Engine\FGPUSortManager) to make each client system initialize the sort keys for a specific sort batch.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_SixParams< void, FRHICommandListImmediate &, int32, int32, EGPUSortFlags, FRHIUnorderedAccessView *, FRHIUnorderedAccessView * > FGPUSortKeyGenDelegate

References

Module

Engine

Header

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

Include

#include "GPUSortManager.h"

Remarks

Callback used by the FGPUSortManager to make each client system initialize the sort keys for a specific sort batch. Sort batches are created when GPU sort tasks are registered in FGPUSortManager::AddTask().

that the system that is getting this callback must only initialize the data for the elements is has registered in this batch.

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