Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FTSTicker
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include | #include "Containers/Ticker.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/Ticker.cpp |
static void RemoveTicker
&40;
FDelegateHandle Handle
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Handle | The handle of the ticker to remove. |