Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerInstancingContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetInstancedPackageName
(
const FString& InOuterPackageName, |
Return the instanced package name for a given instanced outer package and an object package name | UObject/LinkerInstancingContext.h | |
static FName GetInstancedPackageName
(
FName InOuterPackageName, |
UObject/LinkerInstancingContext.h |
GetInstancedPackageName(const FString &, const FString &)
Description
Return the instanced package name for a given instanced outer package and an object package name
| Name | GetInstancedPackageName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerInstancingContext.h |
| Include Path | #include "UObject/LinkerInstancingContext.h" |
static FString GetInstancedPackageName
(
const FString & InOuterPackageName,
const FString & InPackageName
)
GetInstancedPackageName(FName, FName)
| Name | GetInstancedPackageName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerInstancingContext.h |
| Include Path | #include "UObject/LinkerInstancingContext.h" |
static FName GetInstancedPackageName
(
FName InOuterPackageName,
FName InPackageName
)