IMemoryProvider::GetTagSampleCount

Gets the number of samples for a given tag from a given tracker.

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

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Memory.h
Include #include "TraceServices/Model/Memory.h"
uint64 GetTagSampleCount
(
    [FMemoryTrackerId](API\Developer\TraceServices\TraceServices\Model\FMemoryTrackerId) Tracker,
    [FMemoryTagId](API\Developer\TraceServices\TraceServices\Model\FMemoryTagId) Tag
) const

Remarks

Gets the number of samples for a given tag from a given tracker. Number of samples that has been recorded.

Parameters

Name Description
Tracker Tracer index.
Tag The id of the LLM tag.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library