Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
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.
| Name | UObjectMixerEditorUWidget |
| Type | class |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/Widgets/ObjectMixerEditorUWidget.h |
| Include Path | #include "Views/Widgets/ObjectMixerEditorUWidget.h" |
Syntax
UCLASS (MinimalAPI, Meta=(DisplayName="Object Mixer (Generic)"))
class UObjectMixerEditorUWidget : public UWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UObjectMixerEditorUWidget
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectMixerWidgetUserConfig | FObjectMixerWidgetUserConfig | Views/Widgets/ObjectMixerEditorUWidget.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText GetPaletteCategory() |
Views/Widgets/ObjectMixerEditorUWidget.h | ||
virtual TSharedRef< SWidget > RebuildWidget() |
UWidget. | Views/Widgets/ObjectMixerEditorUWidget.h |