Navigation
API > API/Plugins > API/Plugins/GeometryMode
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HGeomEdgeProxy
References
| Module | GeometryMode |
| Header | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h |
| Include | #include "EditorGeometry.h" |
Syntax
struct HGeomEdgeProxy : public HHitProxy
Remarks
Hit proxy for edges.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | EdgeIndex | ||
| TWeakPtr< FGeomObject > | GeomObjectWeakPtr | Kept around for backwards compat. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HGeomEdgeProxy
(
FGeomObjectPtr InGeomObject, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGeomObject * | |||
| 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. |