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

#include <GPUDefragAllocator.h>

Public Member Functions

 FMemoryLayoutElement ()
 
 FMemoryLayoutElement (int32 InSize, EMemoryElementType InType)
 

Public Attributes

int32 Size
 
EMemoryElementType Type
 

Friends

FArchiveoperator<< (FArchive &Ar, FMemoryLayoutElement &Element)
 

Constructor & Destructor Documentation

◆ FMemoryLayoutElement() [1/2]

FGPUDefragAllocator::FMemoryLayoutElement::FMemoryLayoutElement ( )
inline

◆ FMemoryLayoutElement() [2/2]

FGPUDefragAllocator::FMemoryLayoutElement::FMemoryLayoutElement ( int32  InSize,
EMemoryElementType  InType 
)
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FMemoryLayoutElement Element 
)
friend

Member Data Documentation

◆ Size

int32 FGPUDefragAllocator::FMemoryLayoutElement::Size

◆ Type

EMemoryElementType FGPUDefragAllocator::FMemoryLayoutElement::Type

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