Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FTimerManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include | #include "TimerManager.h" |
Source | /Engine/Source/Runtime/Engine/Private/TimerManager.cpp |
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. A handle to the found timer - !IsValid() if no such timer was found.
Parameters
Name | Description |
---|---|
InDynamicDelegate | The dynamic delegate to search for. |