FTicker::RemoveTicker

Removes a previously added ticker delegate.

Windows
MacOS
Linux

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

Syntax

void RemoveTicker
(
    FDelegateHandle Handle
)

Remarks

Removes a previously added ticker delegate.

Note: will remove ALL tickers that use this handle, as there's no way to uniquely identify which one you are trying to remove.

Parameters

Parameter

Description

Handle

The handle of the ticker to remove.

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