UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::RendererPrivateUtils::Implementation::FStructuredBufferTraits Struct Reference

#include <RendererPrivateUtils.h>

Static Public Member Functions

template<typename ElementType , typename AllocatorType >
static FRDGBufferCreateUploadBuffer (FRDGBuilder &GraphBuilder, const TCHAR *Name, const TArray< ElementType, AllocatorType > &InitialData)
 
static FRDGBufferDesc CreateDesc (uint32 BytesPerElement, uint32 NumElements)
 

Static Public Attributes

static constexpr bool bAutoValuesPerScatter = false
 

Member Function Documentation

◆ CreateDesc()

static FRDGBufferDesc UE::RendererPrivateUtils::Implementation::FStructuredBufferTraits::CreateDesc ( uint32  BytesPerElement,
uint32  NumElements 
)
inlinestatic

◆ CreateUploadBuffer()

template<typename ElementType , typename AllocatorType >
static FRDGBuffer * UE::RendererPrivateUtils::Implementation::FStructuredBufferTraits::CreateUploadBuffer ( FRDGBuilder GraphBuilder,
const TCHAR Name,
const TArray< ElementType, AllocatorType > &  InitialData 
)
inlinestatic

Member Data Documentation

◆ bAutoValuesPerScatter

constexpr bool UE::RendererPrivateUtils::Implementation::FStructuredBufferTraits::bAutoValuesPerScatter = false
staticconstexpr

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