Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
Object Mixer row that represents container properties such as arrays that contain subobjects
| Name | FObjectMixerEditorListRowContainer |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/List/RowTypes/ObjectMixerEditorListRowContainer.h |
| Include Path | #include "Views/List/RowTypes/ObjectMixerEditorListRowContainer.h" |
Syntax
struct FObjectMixerEditorListRowContainer : public ISceneOutlinerTreeItem
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObjectMixerEditorListRowContainer
(
UObject* InPropertyOwner, |
Views/List/RowTypes/ObjectMixerEditorListRowContainer.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FSceneOutlinerTreeItemType | Begin ISceneOutlinerTreeItem Implementation | Views/List/RowTypes/ObjectMixerEditorListRowContainer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyIconOverride | TAttribute< const FSlateBrush * > | Optional icon to display in the list row; if not provided, a default icon will be used | Views/List/RowTypes/ObjectMixerEditorListRowContainer.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Property | FProperty * | The FProperty that is being represented by this list row | Views/List/RowTypes/ObjectMixerEditorListRowContainer.h | |
| PropertyOwner | TSoftObjectPtr< UObject > | The explicit object whose container property is being represented by this list row | Views/List/RowTypes/ObjectMixerEditorListRowContainer.h | |
| UniqueId | uint64 | The unique ID of this list row in the scene outliner | Views/List/RowTypes/ObjectMixerEditorListRowContainer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FProperty * GetContainerProperty() |
Gets the FProperty being represented by this row | Views/List/RowTypes/ObjectMixerEditorListRowContainer.h | |
UObject * GetPropertyOwner() |
Gets the object that owns the container property being represented by this row | Views/List/RowTypes/ObjectMixerEditorListRowContainer.h |
Public Virtual
Overridden from ISceneOutlinerTreeItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanInteract() |
Views/List/RowTypes/ObjectMixerEditorListRowContainer.h | ||
virtual TSharedRef< SWidget > GenerateLabelWidget
(
ISceneOutliner& Outliner, |
Views/List/RowTypes/ObjectMixerEditorListRowContainer.h | ||
virtual FString GetDisplayString() |
Views/List/RowTypes/ObjectMixerEditorListRowContainer.h | ||
virtual FSceneOutlinerTreeItemID GetID() |
Views/List/RowTypes/ObjectMixerEditorListRowContainer.h | ||
virtual bool IsValid() |
Views/List/RowTypes/ObjectMixerEditorListRowContainer.h |