UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BackgroundableTicker.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
#include "
Delegates/IDelegateInstance.h
"
7
#include "
Ticker.h
"
8
13
class
FTSBackgroundableTicker
14
:
public
FTSTicker
15
{
16
public
:
17
static
CORE_API
FTSBackgroundableTicker
&
GetCoreTicker
();
18
19
CORE_API
FTSBackgroundableTicker
();
20
CORE_API
~FTSBackgroundableTicker
();
21
22
private
:
23
FDelegateHandle
CoreTickerHandle;
24
::FDelegateHandle
BackgroundTickerHandle;
25
bool
bWasBackgrounded =
false
;
26
};
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
IDelegateInstance.h
Ticker.h
FDelegateHandle
Definition
IDelegateInstance.h:14
FTSBackgroundableTicker
Definition
BackgroundableTicker.h:15
FTSBackgroundableTicker::GetCoreTicker
static CORE_API FTSBackgroundableTicker & GetCoreTicker()
Definition
BackgroundableTicker.cpp:10
FTSBackgroundableTicker::~FTSBackgroundableTicker
CORE_API ~FTSBackgroundableTicker()
Definition
BackgroundableTicker.cpp:38
FTSBackgroundableTicker::FTSBackgroundableTicker
CORE_API FTSBackgroundableTicker()
Definition
BackgroundableTicker.cpp:16
FTSTicker
Definition
Ticker.h:27
TWeakPtr< FElement >
Engine
Source
Runtime
Core
Public
Containers
BackgroundableTicker.h
Generated by
1.9.8