FLinkerLoad::RemoveKnownMissingPackage

Register that a package is no longer known missing and that it should be searched for again in the future

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 bool RemoveKnownMissingPackage
(
    FName PackageName
)

Remarks

Register that a package is no longer known missing and that it should be searched for again in the future

Returns

true if the provided package was removed from the KnownMissingPackage list

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