Navigation
API > API/Editor > API/Editor/WorldPartitionEditor
| Name | FContentBundleTreeItem |
| Type | struct |
| Header File | /Engine/Source/Editor/WorldPartitionEditor/Public/WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h |
| Include Path | #include "WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h" |
Syntax
struct FContentBundleTreeItem : public ISceneOutlinerTreeItem
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContentBundleTreeItem
(
const FInitializationValues& InitializationValues |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h |
Structs
| Name | Remarks |
|---|---|
| FInitializationValues |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFilterPredicate | TBaseDelegate_OneParam< bool, const FContentBundleEditor * > | WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | |
| FInteractivePredicate | TBaseDelegate_OneParam< bool, const FContentBundleEditor * > | WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FSceneOutlinerTreeItemType | WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentBundleEditor | TWeakPtr< FContentBundleEditor > | WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
| Mode | const FContentBundleMode & | WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanInteract() |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
bool Filter
(
FFilterPredicate Pred |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
virtual TSharedRef< SWidget > GenerateLabelWidget
(
ISceneOutliner& Outliner, |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
TWeakPtr< FContentBundleEditor > GetContentBundleEditor() |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
TSharedPtr< FContentBundleEditor > GetContentBundleEditorPin() |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
virtual FString GetDisplayString() |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
virtual FSceneOutlinerTreeItemID GetID() |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
bool GetInteractiveState
(
FInteractivePredicate Pred |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
FSlateColor GetItemColor() |
WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h | ||
virtual bool IsValid() |
Begin ISceneOutlinerTreeItem Implementation | WorldPartition/ContentBundle/Outliner/ContentBundleTreeItem.h |