rcContext::doGetAccumulatedTime

Returns the total accumulated time of the specified performance timer.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h

Include

#include "Recast/Recast.h"

Syntax

virtual int doGetAccumulatedTime
(
    const rcTimerLabel
) const

Remarks

Returns the total accumulated time of the specified performance timer.

Returns

The accumulated time of the timer, or -1 if timers are disabled or the timer has never been started.

Parameters

Parameter

Description

label

The category of the timer.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss