FLinkerLoad::IsKnownMissingPackage

Utility functions to check the list of known missing packages and silence any warnings that may have occurred on load.

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

Remarks

Utility functions to check the list of known missing packages and silence any warnings that may have occurred on load.

Returns

true if the provided package is in the KnownMissingPackage list