Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
| Name | FObjectMixerSceneOutlinerColumnInfo |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/List/SObjectMixerEditorList.h |
| Include Path | #include "Views/List/SObjectMixerEditorList.h" |
Syntax
USTRUCT ()
struct FObjectMixerSceneOutlinerColumnInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanBeHidden | bool | If true, this column can be enabled and disabled by the user. | Views/List/SObjectMixerEditorList.h | |
| bIsDesiredToBeShownByDefault | bool | If true, this column will be shown in a clean environment or when default properties are restored. | Views/List/SObjectMixerEditorList.h | |
| ColumnID | FName | The column identifier for the property. Often this is teh same as PropertyName. | Views/List/SObjectMixerEditorList.h | |
| PropertyCategoryName | FName | The category that holds the property. | Views/List/SObjectMixerEditorList.h | |
| PropertyDisplayText | FText | What will be displayed in the column header unless another widget is defined. | Views/List/SObjectMixerEditorList.h | |
| PropertyName | FName | The FName of the property | Views/List/SObjectMixerEditorList.h | |
| PropertyRef | FProperty * | The pointer to the actual FProperty | Views/List/SObjectMixerEditorList.h | |
| PropertyType | EListViewColumnType | Is this a built-in column, a column displaying a property widget or something else? | Views/List/SObjectMixerEditorList.h |