UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PackageId.h File Reference
#include "CoreMinimal.h"
#include "Containers/StringFwd.h"
#include "HAL/Platform.h"
#include "Misc/AssertionMacros.h"
#include "UObject/NameTypes.h"

Go to the source code of this file.

Classes

class  FPackageId
 

Macros

#define WITH_PACKAGEID_NAME_MAP   WITH_EDITOR
 

Functions

CORE_API FString LexToString (const FPackageId &PackageId)
 
template<typename CharType >
TStringBuilderBase< CharType > & operator<< (TStringBuilderBase< CharType > &Builder, const FPackageId &PackageId)
 

Macro Definition Documentation

◆ WITH_PACKAGEID_NAME_MAP

#define WITH_PACKAGEID_NAME_MAP   WITH_EDITOR

Function Documentation

◆ LexToString()

CORE_API FString LexToString ( const FPackageId PackageId)

◆ operator<<()

template<typename CharType >
TStringBuilderBase< CharType > & operator<< ( TStringBuilderBase< CharType > &  Builder,
const FPackageId PackageId 
)