IAllocationsProvider::EnumerateMaxTotalAllocatedMemoryTimeline

Enumerates the Max Total Allocated Memory timeline points in the inclusive index interval [StartIndex, EndIndex].

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

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AllocationsProvider.h
Include #include "TraceServices/Model/AllocationsProvider.h"
void EnumerateMaxTotalAllocatedMemoryTimeline
(
    int32 StartIndex,
    int32 EndIndex,
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(double Time, double Duration, uint64Value)> Callback
) const

Remarks

Enumerates the Max Total Allocated Memory timeline points in the inclusive index interval [StartIndex, EndIndex].


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library