Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SViewportToolBar
- SCustomizableObjectEditorTransformViewportToolbar
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/SCustomizableObjectEditorTransformViewportToolbar.h |
| Include | #include "MuCOE/SCustomizableObjectEditorTransformViewportToolbar.h" |
Syntax
class SCustomizableObjectEditorTransformViewportToolbar : public SViewportToolBar
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class FUICommandList > | UICommandList | Command list for the widgets to be added to the toolbar | |
| TWeakPtr< class SEditorViewport > | Viewport | The editor viewport that we are in | |
| TWeakPtr< class SCustomizableObjectEditorViewportTabBody > | ViewportTapBody | Viewport we are in - derived class |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |