UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DynamicRHIResourceArray.h File Reference
#include "CoreTypes.h"
#include "Templates/UnrealTypeTraits.h"
#include "Containers/ContainerAllocationPolicies.h"
#include "Containers/Array.h"
#include "CoreGlobals.h"
#include "Containers/ResourceArray.h"
#include "Serialization/MemoryImage.h"

Go to the source code of this file.

Classes

class  TResourceArray< ElementType, Alignment >
 

Enumerations

enum  EResourceAlignment { VERTEXBUFFER_ALIGNMENT =DEFAULT_ALIGNMENT , INDEXBUFFER_ALIGNMENT =DEFAULT_ALIGNMENT }
 

Functions

template<typename ElementType , uint32 Alignment>
FArchiveoperator<< (FArchive &Ar, TResourceArray< ElementType, Alignment > &ResourceArray)
 

Enumeration Type Documentation

◆ EResourceAlignment

alignment for supported resource types

Enumerator
VERTEXBUFFER_ALIGNMENT 
INDEXBUFFER_ALIGNMENT 

Function Documentation

◆ operator<<()

template<typename ElementType , uint32 Alignment>
FArchive & operator<< ( FArchive Ar,
TResourceArray< ElementType, Alignment > &  ResourceArray 
)

Serializer for this class

Parameters
Ar- archive to serialize to
ResourceArray- resource array data to serialize