Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UContentBundleDescriptor |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/ContentBundle/ContentBundleDescriptor.h |
| Include Path | #include "WorldPartition/ContentBundle/ContentBundleDescriptor.h" |
Syntax
UCLASS (MinimalAPI)
class UContentBundleDescriptor : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UContentBundleDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UContentBundleDescriptor
(
const FObjectInitializer& ObjectInitializer |
WorldPartition/ContentBundle/ContentBundleDescriptor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DebugColor | FColor | WorldPartition/ContentBundle/ContentBundleDescriptor.h |
|
|
| DisplayName | FString | WorldPartition/ContentBundle/ContentBundleDescriptor.h |
|
|
| Guid | FGuid | WorldPartition/ContentBundle/ContentBundleDescriptor.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FColor & GetDebugColor() |
WorldPartition/ContentBundle/ContentBundleDescriptor.h | ||
const FString & GetDisplayName() |
WorldPartition/ContentBundle/ContentBundleDescriptor.h | ||
const FGuid & GetGuid() |
WorldPartition/ContentBundle/ContentBundleDescriptor.h | ||
FString GetPackageRoot() |
WorldPartition/ContentBundle/ContentBundleDescriptor.h | ||
void InitializeObject
(
const FString& InContentBundleName |
WorldPartition/ContentBundle/ContentBundleDescriptor.h | ||
bool IsValid() |
WorldPartition/ContentBundle/ContentBundleDescriptor.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostDuplicate
(
bool bDuplicateForPIE |
WorldPartition/ContentBundle/ContentBundleDescriptor.h | ||
virtual void PostLoad() |
WorldPartition/ContentBundle/ContentBundleDescriptor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Helper method that returns a compact string for a given content bundle ID. | WorldPartition/ContentBundle/ContentBundleDescriptor.h |