UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGPUSortManager::FAllocationInfo Struct Reference

#include <GPUSortManager.h>

Public Attributes

FShaderResourceViewRHIRef BufferSRV
 
uint32 BufferOffset = INDEX_NONE
 
int32 SortBatchId = INDEX_NONE
 
int32 ElementIndex = INDEX_NONE
 

Detailed Description

Information about the bindings for a given sort task.

Member Data Documentation

◆ BufferOffset

uint32 FGPUSortManager::FAllocationInfo::BufferOffset = INDEX_NONE

The offset within BufferSRV where the sort task data starts.

◆ BufferSRV

FShaderResourceViewRHIRef FGPUSortManager::FAllocationInfo::BufferSRV

The buffer that will hold the final sorted values

◆ ElementIndex

int32 FGPUSortManager::FAllocationInfo::ElementIndex = INDEX_NONE

The element index of the sort task within the batch.

◆ SortBatchId

int32 FGPUSortManager::FAllocationInfo::SortBatchId = INDEX_NONE

The batch Id in which the sort task is grouped.


The documentation for this struct was generated from the following file: