FArchiveProxy::GetLinker

If this archive is a [FLinkerLoad](API\Runtime\CoreUObject\UObject\FLinkerLoad) or [FLinkerSave](API\Runtime\CoreUObject\UObject\FLinkerSave), returns a pointer to the ULinker portion.

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::GetLinker()

FArchiveProxy::GetLinker()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h

Include

#include "Serialization/ArchiveProxy.h"

Syntax

virtual FLinker * GetLinker()

Remarks

If this archive is a FLinkerLoad or FLinkerSave, returns a pointer to the ULinker portion.

Returns

The linker, or nullptr if the archive is not a linker.

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