Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalPackageHelper
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ExternalPackageHelper.h |
| Include | #include "ExternalPackageHelper.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ExternalPackageHelper.cpp |
static FString GetExternalPackageName
&40;
const FString & InOuterPackageName,
const FString & InObjectPath
&41;
Remarks
Get the external package name for this object the package name
Parameters
| Name | Description |
|---|---|
| InOuterPackageName | The name of the package of that contains the outer of the object. |
| InObjectPath | the fully qualified object path, in the format: 'Outermost.Outer.Name' |