Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULevel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetOnDiskExternalActorPackages
(
bool bTryUsingPackageLoadedPath |
Get the list of (on disk) external actor packages associated with this level | Engine/Level.h | |
static TArray< FString > GetOnDiskExternalActorPackages
(
const FString& ExternalActorsPath |
Get the list of (on disk) external actor packages associated with this external actors path | Engine/Level.h |
GetOnDiskExternalActorPackages(bool)
Description
Get the list of (on disk) external actor packages associated with this level
| Name | GetOnDiskExternalActorPackages |
| 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 |
TArray < FString > GetOnDiskExternalActorPackages
(
bool bTryUsingPackageLoadedPath
) const
Array of packages associated with this level
GetOnDiskExternalActorPackages(const FString &)
Description
Get the list of (on disk) external actor packages associated with this external actors path
| Name | GetOnDiskExternalActorPackages |
| 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 TArray < FString > GetOnDiskExternalActorPackages
(
const FString & ExternalActorsPath
)
Array of packages associated with this level
Parameters
| Name | Remarks |
|---|---|
| ExternalActorsPath | the path to scan for external actor packages |