Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HCustomizableObjectWidgetAxis
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectWidget.h |
| Include | #include "MuCOE/CustomizableObjectWidget.h" |
Syntax
struct HCustomizableObjectWidgetAxis : public HHitProxy
Remarks
Widget hit proxy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EAxis::Type | Axis | ||
| FCustomizableObjectWidget * | Widget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HCustomizableObjectWidgetAxis
(
EAxis::Type InAxis, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CalcVectors
(
FSceneView* SceneView, |
Utility for calculating drag direction when you click on this widget. | |
| HHitProxyType * | GetType () |
||
| HHitProxyType * |
Overridden from HHitProxy
| Type | Name | Description | |
|---|---|---|---|
| bool | Method that specifies whether the hit proxy always allows translucent primitives to be associated with it or not, regardless of any other engine/editor setting. | ||
| EMouseCursor::Type | Override to change the mouse based on what it is hovering over. |