Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SViewportToolBar
- STransformViewportToolBar
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/STransformViewportToolbar.h |
| Include | #include "STransformViewportToolbar.h" |
Syntax
class STransformViewportToolBar : public SViewportToolBar
Remarks
A delegate that is executed when adding menu content. Viewport toolbar containing transform, grid snapping, local to world and camera speed controls.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| TSharedRef< SWidget > | MakeTransformToolBar
(
const TSharedPtr< FExtender > InExtenders |
Static: Creates a widget for the main tool bar |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |