FPlatformMemoryStats

HoloLens implementation of the [FGenericPlatformMemoryStats](API\Runtime\Core\GenericPlatform\FGenericPlatformMemoryStats).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "HoloLens/HoloLensPlatformMemory.h"

Syntax

struct FPlatformMemoryStats :
    public FGenericPlatformMemoryStats,
    public FGenericPlatformMemoryStats

Remarks

HoloLens implementation of the FGenericPlatformMemoryStats. At this moment it's just the same as the FGenericPlatformMemoryStats. Can be extended as shown in the following example.

Unix implementation of the FGenericPlatformMemoryStats.

Variables

Name Description

Public variable

SIZE_T

 

HoloLensSpecificMemoryStat

Memory stat specific only for HoloLens.

Constructors

Name Description

Public function

FPlatformMemoryStats()

Default constructor, clears all variables.

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