Navigation
API > API/Runtime > API/Runtime/Engine
| Name | IContentBundleEditorSubsystemInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h |
| Include Path | #include "WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h" |
Syntax
class IContentBundleEditorSubsystemInterface
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IContentBundleEditorSubsystemInterface() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h |
Classes
| Name | Remarks |
|---|---|
| FOnContentBundleAdded | |
| FOnContentBundleChanged | |
| FOnContentBundleRemoved | |
| FOnContentBundleRemovedContent |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Instance | IContentBundleEditorSubsystemInterface * | WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentBundleAdded | FOnContentBundleAdded | WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
| ContentBundleChanged | FOnContentBundleChanged | WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
| ContentBundleRemoved | FOnContentBundleRemoved | WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
| ContentBundleRemovedContent | FOnContentBundleRemovedContent | WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ActivateContentBundleEditing
(
TSharedPtr< FContentBundleEditor >& ContentBundleEditor |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
bool DeactivateContentBundleEditing
(
TSharedPtr< FContentBundleEditor >& ContentBundleEditor |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
bool DeactivateCurrentContentBundleEditing() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
TSharedPtr< FContentBundleEditor > GetEditorContentBundle
(
const FGuid& ContentBundleGuid |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
bool IsEditingContentBundle() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
void NotifyContentBundleAdded
(
const FContentBundleEditor* ContentBundle |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
void NotifyContentBundleChanged
(
const FContentBundleEditor* ContentBundle |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
void NotifyContentBundleInjectedContent
(
const FContentBundleEditor* ContentBundle |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
void NotifyContentBundleRemoved
(
const FContentBundleEditor* ContentBundle |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
void NotifyContentBundleRemovedContent
(
const FContentBundleEditor* ContentBundle |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
FOnContentBundleAdded & OnContentBundleAdded() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
FOnContentBundleChanged & OnContentBundleChanged() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
FOnContentBundleRemoved & OnContentBundleRemoved() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
FOnContentBundleRemovedContent & OnContentBundleRemovedContent() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
void PopContentBundleEditing() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
virtual void PushContentBundleEditing () |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
void PushContentBundleEditing
(
bool bDuplicateContext |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IContentBundleEditorSubsystemInterface * Get() |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h | ||
static void SetInstance
(
IContentBundleEditorSubsystemInterface* InInstance |
WorldPartition/ContentBundle/ContentBundleEditorSubsystemInterface.h |