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 UPackage &42; CreateExternalPackage
&40;
UObject &42; InObjectOuter,
const FString & InObjectPath,
EPackageFlags InFlags
&41;
Remarks
Create an external package the created package
Parameters
| Name | Description |
|---|---|
| InObjectOuter | the object's outer |
| InObjectPath | the fully qualified object path, in the format: 'Outermost.Outer.Name' |
| InFlags | the package flags to apply |