UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UObjectGlobalsInternal.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3// UObjectGlobalsInternal.h - Global UObject functions for use by other engine modules but not by game modules.
4
5#pragma once
6
7#include "CoreMinimal.h"
8
18
19
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Package.h:216
Definition UObjectGlobalsInternal.h:13
static COREUOBJECT_API FPackageRename & GetOnLeakedPackageRenameDelegate()
Definition UObjectGlobals.cpp:244
DECLARE_MULTICAST_DELEGATE_OneParam(FPackageRename, UPackage *)