EMemoryElementType

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h

Include

#include "GPUDefragAllocator.h"

Syntax

enum EMemoryElementType
{
    MET_Allocated,
    MET_Free,
    MET_Locked,
    MET_Relocating,
    MET_Resizing,
    MET_Resized,
    MET_Max,
}

Values

Name

Description

MET_Allocated

MET_Free

MET_Locked

MET_Relocating

MET_Resizing

MET_Resized

MET_Max

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss