FTimerManager::K2_FindDynamicTimerHandle

Finds a handle to a timer bound to a particular dynamic delegate.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TimerManager.h"

Source

/Engine/Source/Runtime/Engine/Private/TimerManager.cpp

Syntax

FTimerHandle K2_FindDynamicTimerHandle
(
    FTimerDynamicDelegate InDynamicDelegate
) const

Remarks

Finds a handle to a timer bound to a particular dynamic delegate. This function is intended to be used only by the K2 system.

Finds a handle to a dynamic timer bound to a particular pointer and function name.

Returns

A handle to the found timer - !IsValid() if no such timer was found.

Parameters

Parameter

Description

InDynamicDelegate

The dynamic delegate to search for.

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