EMemoryCounterRegion

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HoloLens/HoloLensPlatformMemory.h

Include

#include "HoloLens/HoloLensPlatformMemory.h"

Syntax

enum EMemoryCounterRegion
{
    MCR_Invalid,
    MCR_Physical,
    MCR_GPU,
    MCR_GPUSystem,
    MCR_TexturePool,
    MCR_StreamingPool,
    MCR_UsedStreamingPool,
    MCR_GPUDefragPool,
    MCR_SamplePlatformSpecifcMemoryRegion,
    MCR_PhysicalLLM,
    MCR_MAX,
}

Values

Name

Description

MCR_Invalid

MCR_Physical

MCR_GPU

MCR_GPUSystem

MCR_TexturePool

MCR_StreamingPool

MCR_UsedStreamingPool

MCR_GPUDefragPool

MCR_SamplePlatformSpecifcMemoryRegion

MCR_PhysicalLLM

MCR_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