FLinkerLoad::GetArchiveName

Returns the name of the Archive.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FArchiveState::GetArchiveName()

FLinkerLoad::GetArchiveName()

References

Module

CoreUObject

Header

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

Include

#include "UObject/LinkerLoad.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp

Syntax

virtual FString GetArchiveName() const

Remarks

Returns the name of the Archive. Useful for getting the name of the package a struct or object is in when a loading error occurs.

This is overridden for the specific Archive Types