IEditableTimingProfilerProvider::SetTimerNameAndLocation

Update an existing timer with information. Some information is unavailable when it's created.

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

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h
Include #include "TraceServices/Model/TimingProfiler.h"
void SetTimerNameAndLocation
(
    uint32 TimerId,
    FStringView Name,
    const TCHAR * File,
    uint32 Line
)

Remarks

Update an existing timer with information. Some information is unavailable when it's created.

Parameters

Name Description
TimerId The identity of the timer to update.
Name The name attached to the timer.
File The source file in which the timer is defined.
Line The line number of the source file in which the timer is defined.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library