Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/UObjectMixerBlueprintObjectFilte-
Description
Specify a list of property names corresponding to columns you want to show by default. For example, you can specify "Intensity" and "LightColor" to show only those property columns by default in the UI. Columns not specified will not be shown by default but can be enabled by the user in the UI.
Virtual Inheritance
- UObjectMixerObjectFilter::GetColumnsToShowByDefault → UObjectMixerBlueprintObjectFilter::GetColumnsToShowByDefault
| Name | GetColumnsToShowByDefault |
| Type | function |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/ObjectFilter/ObjectMixerEditorObjectFilter.h |
| Include Path | #include "ObjectFilter/ObjectMixerEditorObjectFilter.h" |
UFUNCTION (BlueprintNativeEvent, BlueprintCallable, Category="Object Mixer")
virtual TSet< FName > GetColumnsToShowByDefault() const