Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Safely verify that an import in the ImportMap points to a good object. This decides whether or not a failure to load the object redirector in the wrapper is a fatal error or not (return value)
Safely verify that an import in the ImportMap points to a good object. This decides whether or not a failure to load the object redirector in the wrapper is a fatal error or not (return value)
| Name | VerifyImportInner |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include Path | #include "UObject/LinkerLoad.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
bool VerifyImportInner
(
const int32 ImportIndex,
FString & WarningSuffix
)
true if the wrapper should crash if it can't find a good object redirector to load
Parameters
| Name | Remarks |
|---|---|
| i | The index into this packages ImportMap to verify |
| WarningSuffix | [out] additional information about the load failure that should be appended to the name of the object in the load failure dialog. |
| i | The index into this packages ImportMap to verify |