Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/UObjectMixerBlueprintObjectFilte-
Description
Specify a list of property names corresponding to columns you don't want to ever show. For example, you can specify "Intensity" and "LightColor" to ensure that they can't be enabled or shown in the UI. Columns not specified can be enabled by the user in the UI.
Virtual Inheritance
- UObjectMixerObjectFilter::GetColumnsToExclude → UObjectMixerBlueprintObjectFilter::GetColumnsToExclude
| Name | GetColumnsToExclude |
| 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 > GetColumnsToExclude() const