UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GarbageCollectionGlobals.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 GarbageCollectionGlobals.h: Garbage Collection Global State Vars
5=============================================================================*/
6
7#pragma once
8
10
11namespace UE::GC
12{
14 UE_DEPRECATED(5.5, "GUnreachableObjectFlag should no longer be used.")
16
18 UE_DEPRECATED(5.5, "GUnreachableObjectFlag should no longer be used. Use Object->IsUnreachable() instead.")
20
22 UE_DEPRECATED(5.5, "GMaybeUnreachableObjectFlag should no longer be used.")
24
27}
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
#define TSAN_ATOMIC(Type)
Definition CoreMiscDefines.h:147
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EInternalObjectFlags
Definition ObjectMacros.h:631
Definition UnrealType.h:3087
Definition GCObjectReferencer.cpp:27
bool GIsIncrementalReachabilityPending
Definition GarbageCollection.cpp:620
EInternalObjectFlags GMaybeUnreachableObjectFlag
Definition GarbageCollection.cpp:618
EInternalObjectFlags GUnreachableObjectFlag
Definition GarbageCollection.cpp:615
EInternalObjectFlags GReachableObjectFlag
Definition GarbageCollection.cpp:612