Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULevel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetActorPackageName
(
const FString& InBaseDir, |
Get the package name for this actor | Engine/Level.h | |
static FString GetActorPackageName
(
UPackage* InLevelPackage, |
Get the package name for this actor | Engine/Level.h |
GetActorPackageName(const FString &, EActorPackagingScheme, const FString &)
Description
Get the package name for this actor
| Name | GetActorPackageName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Level.h |
| Include Path | #include "Engine/Level.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Level.cpp |
static FString GetActorPackageName
(
const FString & InBaseDir,
EActorPackagingScheme InActorPackagingScheme,
const FString & InActorPath
)
the package name
Parameters
| Name | Remarks |
|---|---|
| InBaseDir | the base directory used when building the actor package name |
| InActorPackagingScheme | the packaging scheme to use |
| InActorPath | the fully qualified actor path, in the format: 'Outermost.Outer.Name' |
GetActorPackageName(UPackage , EActorPackagingScheme, const FString &, const UObject )
Description
Get the package name for this actor
| Name | GetActorPackageName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Level.h |
| Include Path | #include "Engine/Level.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Level.cpp |
static FString GetActorPackageName
(
UPackage * InLevelPackage,
EActorPackagingScheme InActorPackagingScheme,
const FString & InActorPath,
const UObject * InLevelMountPointContext
)
the package name
Parameters
| Name | Remarks |
|---|---|
| InLevelPackage | the package to get the external actors package name of |
| InActorPackagingScheme | the packaging scheme to use |
| InActorPath | the fully qualified actor path, in the format: 'Outermost.Outer.Name' |
| InLevelMountPointContext | an optional context object used to determine the mount point of the package |