Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
| Name | FObjectMixerEditorListRowComponent |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/List/RowTypes/ObjectMixerEditorListRowComponent.h |
| Include Path | #include "Views/List/RowTypes/ObjectMixerEditorListRowComponent.h" |
Syntax
struct FObjectMixerEditorListRowComponent : public FComponentTreeItem
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObjectMixerEditorListRowComponent
(
UActorComponent* InObject, |
Views/List/RowTypes/ObjectMixerEditorListRowComponent.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FSceneOutlinerTreeItemType | Begin ISceneOutlinerTreeItem Implementation | Views/List/RowTypes/ObjectMixerEditorListRowComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OriginalObjectSoftPtr | TSoftObjectPtr< UActorComponent > | Used in scenarios where the original object may be reconstructed or trashed, such as when running a construction script. | Views/List/RowTypes/ObjectMixerEditorListRowComponent.h | |
| RowData | FObjectMixerEditorListRowData | Views/List/RowTypes/ObjectMixerEditorListRowComponent.h |