Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FLinkerInstancingContext
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerInstancingContext.h |
Include | #include "UObject/LinkerInstancingContext.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerInstancingContext.cpp |
void AddPackageMappingFunc
(
TFunction < FName )> InInstancedPackageMapFunc
)
Remarks
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.