FLinkerLoad::VerifyImport

A wrapper around VerifyImportInner.

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

EVerifyResult VerifyImport
(
    int32 ImportIndex
)

Remarks

A wrapper around VerifyImportInner. If the VerifyImportInner (previously VerifyImport) fails, this function will look for a UObjectRedirector that will point to the real location of the object. You will see this if an object was renamed to a different package or group, but something that was referencing the object was not not currently open. (Rename fixes up references of all loaded objects, but naturally not for ones that aren't loaded).

Returns

Verify import result

Parameters

Parameter

Description

ImportIndex

The index into this package's ImportMap to verify