Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerInstancingContext.h |
Include |
#include "UObject/LinkerInstancingContext.h" |
class FLinkerInstancingContext
Helper class to remap package imports during loading. This is usually when objects in a package are outer-ed to object in another package or vice versa. Instancing such a package without a instance remapping would resolve imports to the original package which is not desirable in an instancing context (i.e. loading a level instance) This is because an instanced package has a different name than the package file name on disk, this class is used in the linker to remaps reference to the package name as stored in import tables on disk to the corresponding instanced package or packages we are loading.
Name | Description | |
---|---|---|
|
FLinkerInstancingContext() |
|
|
FLinkerInstancingContext |
Name | Description | ||
---|---|---|---|
|
AddMapping |
||
|
AppendMapping |
||
|
IsInstanced() |
||
|
Remap ( |
Remap the object name from the import table to its instanced counterpart, otherwise return the name unmodified. |