FLinkerLoad::FindExistingImport

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

UObject * FindExistingImport
(
    int32 ImportIndex
)

Returns

The object that was found, or null if it wasn't found

Parameters

Parameter

Description

ImportIndex

The index of the import to hunt down

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