Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/UObjectMixerObjectFilter
Description
Specify whether we should return only the properties of the specified classes or the properties of parent and child classes. Defaults to 'None' which only considers the properties of the specified classes. If you're not seeing all the properties you expected, try overloading this function.
Derived Overrides
| Name | GetObjectMixerPropertyInheritanceInclusionOptions |
| Type | function |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/ObjectFilter/ObjectMixerEditorObjectFilter.h |
| Include Path | #include "ObjectFilter/ObjectMixerEditorObjectFilter.h" |
| Source | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Private/ObjectFilter/ObjectMixerEditorObjectFilter.cpp |
virtual EObjectMixerInheritanceInclusionOptions GetObjectMixerPropertyInheritanceInclusionOptions() const