Navigation
API > API/Plugins > API/Plugins/UVEditor
Toolbar that shows up at the top of the 2d viewport (has gizmo controls)
| |
|
| Name |
SUVEditor2DViewportToolBar |
| Type |
class |
| Header File |
/Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/SUVEditor2DViewportToolBar.h |
| Include Path |
#include "SUVEditor2DViewportToolBar.h" |
Syntax
class SUVEditor2DViewportToolBar : public SViewportToolBar
Inheritance Hierarchy
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CommandList |
TSharedPtr< FUICommandList > |
Command list |
SUVEditor2DViewportToolBar.h |
|
| CurLocationSnapIndex |
int32 |
Current Snap Indices |
SUVEditor2DViewportToolBar.h |
|
| CurRotationSnapIndex |
int32 |
|
SUVEditor2DViewportToolBar.h |
|
| CurScaleSnapIndex |
int32 |
|
SUVEditor2DViewportToolBar.h |
|
| Viewport2DClient |
TSharedPtr< FUVEditor2DViewportClient > |
Client - For connecting snap controls |
SUVEditor2DViewportToolBar.h |
|
Functions
Public