FLinkerLoad::GetLoader_Unsafe

Access the underlying archive.

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/LinkerLoad.h"

Syntax

FArchive * GetLoader_Unsafe() const

Remarks

Access the underlying archive.

that if this is a text archive, the loader will point to a generic text file, and not a binary archive as in the past. General access to the underlying file format is discouraged and should only be done after checking that the linker package is what you expect it to be (i.e. !IsTextFormat())