Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UContentBundleManager |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |
| Include Path | #include "WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class UContentBundleManager : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UContentBundleManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UContentBundleManager() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentBundleContainers | TArray< TUniquePtr< FContentBundleContainer > > | WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
| PIEDuplicateHelper | TObjectPtr< UContentBundleDuplicateForPIEHelper > | WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanInject() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
void CheckForErrors() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
void Deinitialize() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
| WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | |||
const FContentBundleBase * GetContentBundle
(
const UWorld* InWorld, |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
bool GetEditorContentBundle
(
TArray< TSharedPtr< FContentBundleEditor > >& OutContentBundles |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
TSharedPtr< FContentBundleEditor > GetEditorContentBundle
(
const UContentBundleDescriptor* Descriptor, |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
TSharedPtr< FContentBundleEditor > GetEditorContentBundle
(
const FGuid& ContentBundleGuid |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
UContentBundleDuplicateForPIEHelper * GetPIEDuplicateHelper() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
void Initialize() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddReferencedObjects
(
UObject* InThis, |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |