Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Classes
Enums
| Type | Name | Description | |
|---|---|---|---|
| EContentBundleClientState | |||
| EContentBundleStatus | Copyright Epic Games, Inc. All Rights Reserved. | ||
| EWorldContentState |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | ContentBundle::Log::MakeDebugInfoString
(
const FContentBundleClient& ContentBundleClient, |
||
| FString | ContentBundle::Log::MakeDebugInfoString
(
const FContentBundleClient& ContentBundleClient |
||
| FString | ContentBundle::Log::MakeDebugInfoString
(
const FContentBundleBase& ContentBundle |
||
| FString | ContentBundle::Log::MakeDebugInfoString
(
const FContentBundleContainer& ContentBundleContainer |
||
| bool | ContentBundlePaths::BuildActorDescContainerPackagePath
(
const FString& InContenBundleMountPoint, |
Return format is /{MountPoint}/{ContentBundleFolder}/{ContentBundleUID}/{LevelPath}/ | |
| bool | ContentBundlePaths::BuildContentBundleExternalActorPath
(
const FString& InContenBundleMountPoint, |
Return format is /{MountPoint}/{ContentBundleFolder}/{ContentBundleUID}/ | |
| FStringView | ContentBundlePaths::GetActorPathRelativeToExternalActors
(
FStringView InContentBundleExternalActorPackagePath |
InExternalActorPath format is : /{MountPoint}/{ExternalActorFolder}/{ContentBundleFolder}/{ContentBundleUID}/{LevelPath}/{ExternalActorPackagePath} return format is /{ContentBundleFolder}/{ContentBundleUID}/{LevelPath}/{ExternalActorPackagePath}, empty otherwise | |
| FStringView | Returns "/ContentBundle/". | ||
| FStringView | Returns "ContentBundle". | ||
| FGuid | ContentBundlePaths::GetContentBundleGuidFromExternalActorPackagePath
(
FStringView InContentBundleExternalActorPackagePath |
InContentBundleExternalActorPackagePath format is : /{MountPoint}/{ExternalActorFolder}/{ContentBundleFolder}/{ContentBundleUID}/{LevelPath}/{ExternalActorPackagePath} return format is {ContentBundleUID}, 0 otherwise | |
| FString | ContentBundlePaths::GetCookedContentBundleLevelFolder
(
const FContentBundleBase& ContentBundle |
Return value uses a reduced amount of character to avoid reaching character limit when cooking return format is /{MountPoint}/CB/{ContentBundle_ShortUID}/{LevelPath}/{GeneratedFolder}/ | |
| FStringView | Returns "/ContentBundle/". | ||
| FStringView | Returns "Generated". | ||
| FStringView | ContentBundlePaths::GetRelativeExternalActorPackagePath
(
FStringView InContentBundleExternalActorPackagePath |
InContentBundleExternalActorPackagePath format is : /{MountPoint}/{ExternalActorFolder}/{ContentBundleFolder}/{ContentBundleUID}/{LevelPath}/{ExternalActorPackagePath} return format is /{LevelPath}/{ExternalActorPackagePath}, empty otherwise | |
| FString | ContentBundlePaths::GetRelativeLevelFolder
(
const FContentBundleBase& ContentBundle |
Return format is {LevelPath} | |
| FStringView | ContentBundlePaths::GetRelativePath
(
FStringView InContentBundlePath |
InContentBundlePath format is : */{ContentBundleFolder}/{ContentBundleUID}/{RelativePath} return format is {RelativePath}, empty otherwise | |
| bool | ContentBundlePaths::IsAContentBundleExternalActorPackagePath
(
FStringView InPackagePath |
Return true if InPackage follow format : //{MountPoint}/{ExternalActorFolder}/{ContentBundleFolder}/{ContentBundleUID}/*, false otherwise | |
| bool | ContentBundlePaths::IsAContentBundlePath
(
FStringView InContentBundlePath |
Return true if InPackage follow format : /{ContentBundleFolder}/{ContentBundleUID}/, false otherwise | |
| FString | ContentBundlePaths::MakeExternalActorPackagePath
(
const FString& ContentBundleExternalActorFolder, |
Return an ExternalActor path following the format : /{MountPoint}/{ExternalActorFolder}/{ContentBundleFolder}/{ContentBundleUID}/{LevelPath}/{ExternalActorPackagePath} |
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStringView | ContentBundleFolder | ||
| FStringView | GeneratedFolder |