Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalPackageHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetExternalObjectsPath
(
const FString& InOuterPackageName, |
Get the path containing the external objects for this path | ExternalPackageHelper.h | |
static FString GetExternalObjectsPath
(
UPackage* InPackage, |
Get the path containing the external objects for this Outer | ExternalPackageHelper.h |
GetExternalObjectsPath(const FString &, const FString &)
Description
Get the path containing the external objects for this path
| Name | GetExternalObjectsPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ExternalPackageHelper.h |
| Include Path | #include "ExternalPackageHelper.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ExternalPackageHelper.cpp |
static FString GetExternalObjectsPath
(
const FString & InOuterPackageName,
const FString & InPackageShortName
)
the path
Parameters
| Name | Remarks |
|---|---|
| InOuterPackageName | The package name to get the external objects path of |
| InPackageShortName | Optional short name to use instead of the package short name |
GetExternalObjectsPath(UPackage *, const FString &, bool)
Description
Get the path containing the external objects for this Outer
| Name | GetExternalObjectsPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ExternalPackageHelper.h |
| Include Path | #include "ExternalPackageHelper.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ExternalPackageHelper.cpp |
static FString GetExternalObjectsPath
(
UPackage * InPackage,
const FString & InPackageShortName,
bool bTryUsingPackageLoadedPath
)
the path
Parameters
| Name | Remarks |
|---|---|
| InPackage | The package to get the external objects path of |
| InPackageShortName | Optional short name to use instead of the package short name |