FLinkerLoad::FindExistingLinkerForPackage

Looks for an existing linker for the given package, without trying to make one if it doesn't exist

Choose your operating system:

Windows

macOS

Linux

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

static FLinkerLoad * FindExistingLinkerForPackage
(
    const UPackage * Package
)

Remarks

Looks for an existing linker for the given package, without trying to make one if it doesn't exist