UEngine::GetPackageGuid

Looks up the GUID of a package on disk.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

static FGuid GetPackageGuid
(
    FName PackageName,
    bool bForPIE
)

Remarks

Looks up the GUID of a package on disk. The package must NOT be in the auto-download cache. This may require loading the header of the package in question and is therefore slow.

Looks up the GUID of a package on disk. The package must NOT be in the autodownload cache. This may require loading the header of the package in question and is therefore slow.

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