Navigation
API > API/Runtime > API/Runtime/Engine > API/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
&40;
FTimerDynamicDelegate InDynamicDelegate
&41; 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. |