FAllocationInfo

Information about the bindings for a given sort task.

Choose your operating system:

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.