GetObjectExternalPackageInternal

Return the assigned external package of an object, if any

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h

Include

#include "UObject/UObjectHash.h"

Syntax

UPackage * GetObjectExternalPackageInternal
(
    const class UObjectBase * Object
)

Remarks

Return the assigned external package of an object, if any

Returns

the assigned external package if any @note DO NOT USE, only for internal GC reference collecting

Parameters

Parameter

Description

Object

Object to get the external package of

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