Navigation
API > API/Editor > API/Editor/UnrealEd
Widget hit proxy.
| Name | HWidgetAxis |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h |
| Include Path | #include "UnrealWidget.h" |
Syntax
struct HWidgetAxis : public HHitProxy
Inheritance Hierarchy
- FRefCountedObject → HHitProxy → HWidgetAxis
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
HWidgetAxis
(
EAxisList::Type InAxis, |
UnrealWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Axis | EAxisList::Type | UnrealWidget.h | ||
| bDisabled | uint32 | UnrealWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual HHitProxyType * GetType() |
UnrealWidget.h |
Overridden from HHitProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AlwaysAllowsTranslucentPrimitives () |
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. | UnrealWidget.h | |
virtual EMouseCursor::Type GetMouseCursor() |
UnrealWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static HHitProxyType * StaticGetType() |
UnrealWidget.h |