FAllocationInfo

Information about the bindings for a given sort task.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "GPUSortManager.h"

Syntax

struct FAllocationInfo

Remarks

Information about the bindings for a given sort task.

Variables

Name Description

Public variable

uint32

 

BufferOffset

The offset within BufferSRV where the sort task data starts.

Public variable

FShaderResource...

 

BufferSRV

The buffer that will hold the final sorted values

Public variable

int32

 

ElementIndex

The element index of the sort task within the batch.

Public variable

int32

 

SortBatchId

The batch Id in which the sort task is grouped.

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