Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
Defines data carried by each row type.
| Name | FObjectMixerEditorListRowData |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/List/ObjectMixerEditorListRowData.h |
| Include Path | #include "Views/List/ObjectMixerEditorListRowData.h" |
Syntax
struct FObjectMixerEditorListRowData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Views/List/ObjectMixerEditorListRowData.h | |||
FObjectMixerEditorListRowData
(
SSceneOutliner* InSceneOutliner, |
Views/List/ObjectMixerEditorListRowData.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FObjectMixerEditorListRowData() |
Views/List/ObjectMixerEditorListRowData.h |
Structs
| Name | Remarks |
|---|---|
| FPropertyPropagationInfo | |
| FTransientEditorVisibilityRules |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyNamesToHandles | TMap< FName, TWeakPtr< IPropertyHandle > > | Views/List/ObjectMixerEditorListRowData.h | ||
| SceneOutlinerPtr | TWeakPtr< SSceneOutliner > | Views/List/ObjectMixerEditorListRowData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearSoloRows() |
Views/List/ObjectMixerEditorListRowData.h | ||
const FText & GetDisplayNameOverride() |
Views/List/ObjectMixerEditorListRowData.h | ||
UActorComponent * GetHybridComponent() |
Views/List/ObjectMixerEditorListRowData.h | ||
bool GetIsHybridRow() |
Views/List/ObjectMixerEditorListRowData.h | ||
bool GetIsSelected
(
const TSharedRef< ISceneOutlinerTreeItem > InRow |
Views/List/ObjectMixerEditorListRowData.h | ||
bool GetIsTreeViewItemExpanded
(
const TSharedRef< ISceneOutlinerTreeItem > InRow |
Views/List/ObjectMixerEditorListRowData.h | ||
TWeakPtr< SObjectMixerEditorList > GetListView() |
Views/List/ObjectMixerEditorListRowData.h | ||
const UObjectMixerObjectFilter * GetMainObjectFilterInstance() |
Views/List/ObjectMixerEditorListRowData.h | ||
const TArray< TObjectPtr< UObjectMixerObjectFilter > > & GetObjectFilterInstances() |
Views/List/ObjectMixerEditorListRowData.h | ||
bool GetRowSoloState() |
Views/List/ObjectMixerEditorListRowData.h | ||
TArray< TSharedPtr< ISceneOutlinerTreeItem > > GetSelectedTreeViewItems() |
Views/List/ObjectMixerEditorListRowData.h | ||
const FTransientEditorVisibilityRules & GetVisibilityRules() |
Views/List/ObjectMixerEditorListRowData.h | ||
bool HasAtLeastOneChildThatIsNotSolo
(
const TSharedRef< ISceneOutlinerTreeItem > InRow, |
Views/List/ObjectMixerEditorListRowData.h | ||
bool IsUserSetHiddenInEditor() |
Views/List/ObjectMixerEditorListRowData.h | ||
bool IsValid() |
Views/List/ObjectMixerEditorListRowData.h | ||
void OnChangeVisibility
(
const FSceneOutlinerTreeItemRef TreeItem, |
Views/List/ObjectMixerEditorListRowData.h | ||
bool PropagateChangesToSimilarSelectedRowProperties
(
const TSharedRef< ISceneOutlinerTreeItem > InRow, |
Attempt to propagate a property's new value to other selected rows. | Views/List/ObjectMixerEditorListRowData.h | |
void SetDisplayNameOverride
(
const FText& InDisplayNameOverride |
Views/List/ObjectMixerEditorListRowData.h | ||
void SetHybridComponent
(
UActorComponent* InHybridComponent |
If this row represents an actor or other container and should show the data for a single child component, define it here. | Views/List/ObjectMixerEditorListRowData.h | |
void SetIsSelected
(
const TSharedRef< ISceneOutlinerTreeItem > InRow, |
Views/List/ObjectMixerEditorListRowData.h | ||
void SetIsTreeViewItemExpanded
(
const TSharedRef< ISceneOutlinerTreeItem > InRow, |
Views/List/ObjectMixerEditorListRowData.h | ||
void SetRowSoloState
(
const bool bNewSolo |
Views/List/ObjectMixerEditorListRowData.h | ||
void SetUserHiddenInEditor
(
const bool bNewHidden |
Views/List/ObjectMixerEditorListRowData.h | ||
void SetVisibilityRules
(
const FTransientEditorVisibilityRules& InVisibilityRules |
Views/List/ObjectMixerEditorListRowData.h |