Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTSTicker
Description
Removes a previously added ticker delegate.
Can be called concurrently. If is caleld in the middle of the delegate execution, it blocks until the execution finishes, and thus guarantees that the delegate won't be executed after the call.
| Name | RemoveTicker |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include Path | #include "Containers/Ticker.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/Ticker.cpp |
static void RemoveTicker
(
FDelegateHandle Handle
)
Parameters
| Name | Remarks |
|---|---|
| Handle | The handle of the ticker to remove. |