Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerInstancingContext
Description
Add a mapping from a package name to a new package name. There should be no separators (. or :) in these strings.
| Name | AddPackageMapping |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerInstancingContext.h |
| Include Path | #include "UObject/LinkerInstancingContext.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerInstancingContext.cpp |
void AddPackageMapping
(
FName Original,
FName Instanced
)