Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/Views > API/Plugins/ObjectMixerEditor/Views/Widgets
Inheritance Hierarchy
References
| Module | ObjectMixerEditor |
| Header | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/Widgets/ObjectMixerEditorUWidget.h |
| Include | #include "Views/Widgets/ObjectMixerEditorUWidget.h" |
Syntax
UCLASS (Meta=(DisplayName="Object Mixer (Generic)"))
class UObjectMixerEditorUWidget : public UWidget
Remarks
A UMG widget wrapper for the Object Mixer widget. Uses the same data as the Generic Object Mixer Instance. Only useful in the editor. It is not compatible at runtime.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FObjectMixerWidgetUserConfig | ObjectMixerWidgetUserConfig |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget | ||
| TSharedRef< SWidget > | UWidget. |