Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UContentBundleDuplicateForPIEHelper |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |
| Include Path | #include "WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h" |
Syntax
UCLASS ()
class UContentBundleDuplicateForPIEHelper : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UContentBundleDuplicateForPIEHelper
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StreamingObjects | TMap< FGuid, TObjectPtr< URuntimeHashExternalStreamingObjectBase > > | WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
void Deinitialize() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
uint32 GetStreamingObjectCount() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
void Initialize() |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
URuntimeHashExternalStreamingObjectBase * RetrieveContentBundleStreamingObject
(
const FContentBundle& ContentBundle |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h | ||
bool StoreContentBundleStreamingObect
(
const FContentBundleEditor& ContentBundleEditor, |
WorldPartition/ContentBundle/ContentBundleWorldSubsystem.h |