FTimerManager::GetTimerRate

Gets the current rate (time between activations) for the specified timer.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TimerManager.h

Include

#include "TimerManager.h"

Syntax

float GetTimerRate
(
    FTimerHandle InHandle
) const

Remarks

Gets the current rate (time between activations) for the specified timer.

Returns

The current rate or -1.f if timer does not exist.

Parameters

Parameter

Description

InHandle

The handle of the timer to return the rate of.