Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerInstancingContext.h |
| Include | #include "UObject/LinkerInstancingContext.h" |
Syntax
class FLinkerInstancedPackageMap
Remarks
Helper class to map between an original package and an instance of it (including world partition cells).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLinkerInstancedPackageMap
(
EInstanceMappingDirection MappingDirection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPackageMapping
(
FName Original, |
Add a mapping from a package name to a new package name. | |
| void | BuildPackageMapping
(
FName Original, |
||
| bool | FixupSoftObjectPath
(
FSoftObjectPath& InOutSoftObjectPath |
||
| bool | IsInstanced () |
||
| FName | RemapPackage
(
const FName& PackageName |
Remap the package name from the import table to its instanced counterpart, otherwise return the name unmodified. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EInstanceMappingDirection |