IMemoryProvider

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model

Inheritance Hierarchy

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Memory.h
Include #include "TraceServices/Model/Memory.h"

Syntax

class IMemoryProvider : public [TraceServices::IProvider](API\Developer\TraceServices\TraceServices\Model\IProvider)  

Destructors

Type Name Description
  ~IMemoryProvider ()  

Functions

Type Name Description
void EnumerateTags ( TFunctionRef< void(const FMemoryTag... ) Enumerate the registered tags.
void EnumerateTagSamples ( FMemoryTrackerId Tracker, FMemoryTagId Tag, double StartTime, double EndTime, bool bIncludeRangeNeighbours, TFunctionRef< void(double Time, dou... ) Enumerates samples (values) for a specified LLM tag.
void EnumerateTrackers ( TFunctionRef< void(const FMemoryTra... ) Enumerate the registered trackers.
const FMemor... GetTag ( FMemoryTagId Id ) Returns the meta data for a tag id.
uint32 GetTagCount () Return the number of registered tags.
uint64 GetTagSampleCount ( FMemoryTrackerId Tracker, FMemoryTagId Tag ) Gets the number of samples for a given tag from a given tracker.
uint32 GetTagSerial () Unique serial index that changes when new tags are registered or when the Trackers flags is updated for a tag.
uint32 GetTrackerCount () Return the number of registered tracker descriptions.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library