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