ITasksProvider::TryGetWaiting

Returns an info about waiting for tasks completion for given thread and timestamp, if any, otherwise `nullptr_

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

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TasksProfiler.h
Include #include "TraceServices/Model/TasksProfiler.h"
const [FWaitingForTasks](API\Developer\TraceServices\TraceServices\Model\FWaitingForTasks) * TryGetWaiting
(
    const TCHAR * TimerName,
    uint32 ThreadId,
    double Timestamp
) const

Remarks

Returns an info about waiting for tasks completion for given thread and timestamp, if any, otherwise `nullptr_


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library