IMemoryProvider::EnumerateTagSamples

Enumerates samples (values) for a specified LLM tag.

Windows
MacOS
Linux

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Memory.h

Include

#include "TraceServices/Model/Memory.h"

Syntax

void EnumerateTagSamples
(
    FMemoryTrackerId Tracker,
    FMemoryTagId Tag,
    double StartTime,
    double EndTime,
    bool bIncludeRangeNeighbours,
    TFunctionRef< void &)> Callback
) const

Remarks

Enumerates samples (values) for a specified LLM tag.

Parameters

Parameter

Description

Tracker

Tracker index.

Tag

The id/index of the LLM tag.

StartSample

The inclusive start index in the sample array of specified memory tag.

EndSample

The exclusive end index in the sample array of specified memory tag.

Callback

A callback function called for each sample enumerated.

bIncludeRangeNeighbours

Includes the sample immediately before and after the selected range.

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