UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GarbageCollectionInternal.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 GarbageCollectionInternal.h: Unreal realtime garbage collection internal helpers
5=============================================================================*/
6
7#pragma once
8
9#include "CoreMinimal.h"
10#include "Stats/Stats.h"
11#include "UObject/Object.h"
13#include "UObject/GCScopeLock.h"
14
15#include "GarbageCollectionInternal.generated.h"
16
18
24
28{
30public:
31};
#define FORCEINLINE
Definition AndroidPlatform.h:140
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FGCCSyncObject * GGCSingleton
Definition GarbageCollection.cpp:171
FORCEINLINE bool IsGarbageCollectionWaiting()
Definition GarbageCollectionInternal.h:20
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition GCScopeLock.h:26
FORCEINLINE bool IsGCWaiting() const
Definition GCScopeLock.h:188
Definition GarbageCollectionInternal.h:28
Definition Object.h:95