UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TRDGArrayAllocator< Alignment > Class Template Reference

#include <RenderGraphAllocator.h>

Classes

class  ForElementType
 

Public Types

enum  { NeedsElementType = true }
 
enum  { RequireRangeCheck = true }
 
using SizeType = int32
 
typedef ForElementType< FScriptContainerElementForAnyElementType
 

Detailed Description

template<uint32 Alignment = DEFAULT_ALIGNMENT>
class TRDGArrayAllocator< Alignment >

A container allocator that allocates from a global RDG allocator instance.

Member Typedef Documentation

◆ ForAnyElementType

template<uint32 Alignment = DEFAULT_ALIGNMENT>
typedef ForElementType<FScriptContainerElement> TRDGArrayAllocator< Alignment >::ForAnyElementType

◆ SizeType

template<uint32 Alignment = DEFAULT_ALIGNMENT>
using TRDGArrayAllocator< Alignment >::SizeType = int32

Member Enumeration Documentation

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
NeedsElementType 

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
RequireRangeCheck 

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