Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
Container property mixer entry for displaying a container property (e.g. Array) in the mixer
| Name | FObjectMixerEditorContainerProperty |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/ObjectFilter/ObjectMixerEditorActorSubObject.h |
| Include Path | #include "ObjectFilter/ObjectMixerEditorActorSubObject.h" |
Syntax
struct FObjectMixerEditorContainerProperty
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyIconOverride | TAttribute< const FSlateBrush * > | Optional custom icon to display for the container property; if not provided, a default one will be used | ObjectFilter/ObjectMixerEditorActorSubObject.h | |
| PropertyName | FName | If the subobject is stored in a container, supplying the container property's name will allow the mixer to display a row item for the container property itself | ObjectFilter/ObjectMixerEditorActorSubObject.h |