Navigation
API > API/Plugins > API/Plugins/UVEditor
Inheritance Hierarchy
- FCommonViewportClient
- FViewElementDrawer
- FGCObject
- FEditorViewportClient
- FUVEditor3DViewportClient
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditor3DViewportClient.h |
| Include | #include "UVEditor3DViewportClient.h" |
Syntax
class FUVEditor3DViewportClient : public FEditorViewportClient
Remarks
Viewport client for the 3d live preview in the UV editor. Currently same as editor viewport client but doesn't allow editor gizmos/widgets, and alters orbit camera control.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EUVEditor3DViewportClientCameraMode | CameraMode | Enforce Orbit camera for UV editor live preview viewport. | |
| UUVToolViewportButtonsAPI * | ViewportButtonsAPI |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUVEditor3DViewportClient
(
FEditorModeTools* InModeTools, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| EUVEditor3DViewportClientCameraMode | |||
| void | SetCameraMode
(
EUVEditor3DViewportClientCameraMode CameraModeIn |
Overridden from FEditorViewportClient
| Type | Name | Description | |
|---|---|---|---|
| bool | CanSetWidgetMode
(
UE::Widget::EWidgetMode NewMode |
Whether or not the new widget mode can be set in this viewport | |
| UE::Widget::EWidgetMode | |||
| void | SetWidgetMode
(
UE::Widget::EWidgetMode NewMode |
Sets the current widget mode | |
| bool | FEditorViewportClient. |