IAllocationsProvider::EnumerateMinLiveAllocationsTimeline

Enumerates the Min Live Allocations 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 EnumerateMinLiveAllocationsTimeline
(
    int32 StartIndex,
    int32 EndIndex,
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(double Time, double Duration, uint32Value)> Callback
) const

Remarks

Enumerates the Min Live Allocations 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