Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerInstancingContext
Description
Add a mapping function from a package name to a new package name. This function should be thread-safe, as it can be invoked from ALT.
| Name | AddPackageMappingFunc |
| 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 AddPackageMappingFunc
(
TFunction < FName )> InInstancedPackageMapFunc
)