FLinkerTables

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h

Include

#include "UObject/Linker.h"

Syntax

class FLinkerTables

Variables

Name Description

Public variable

TArray< TArray<...

 

DependsMap

List of dependency lists for each export

Public variable

TArray< FObject...

 

ExportMap

The list of FObjectExports found in the package

Public variable

TArray< FObject...

 

ImportMap

The list of FObjectImports found in the package

Public variable

TMap< FPackageI...

 

SearchableNamesMap

List of Searchable Names, by object containing them.

Public variable

TArray< FName >

 

SoftPackageReferenceList

List of packages that are soft referenced by this package

Functions

Name Description

Public function

FObjectExpor...

 

Exp

(
    FPackageIndex Index
)

Check that this Index is non-null and an export and return an import

Public function Const

FObjectExpor...

 

Exp

(
    FPackageIndex Index
)

Public function

FObjectExpor...

 

ExpPtr

(
    FPackageIndex Index
)

Return an export for this index

Public function

FObjectImpor...

 

Imp

(
    FPackageIndex Index
)

Check that this Index is non-null and an import and return an import

Public function Const

FObjectImpor...

 

Imp

(
    FPackageIndex Index
)

Public function

FObjectResou...

 

ImpExp

(
    FPackageIndex Index
)

Check that this Index is non-null and return an import or export

Public function Const

FObjectResou...

 

ImpExp

(
    FPackageIndex Index
)

Check that this Index is non-null and return an import or export

Public function

FObjectResou...

 

ImpExpPtr

(
    FPackageIndex Index
)

Return an import or export for this index

Public function

FObjectImpor...

 

ImpPtr

(
    FPackageIndex Index
)

Return an import for this index

Public function

void

 

SerializeSearchableNamesMap

(
    FArchive& Ar
)

Serializes the searchable name map

Public function

void

 

SerializeSearchableNamesMap

(
    FStructuredArchive::FSlot Slot
)

Serializes the searchable name map

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