Navigation
API > API/Plugins > API/Plugins/GeometryMode
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HGeomPolyProxy
References
| Module | GeometryMode |
| Header | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h |
| Include | #include "EditorGeometry.h" |
Syntax
struct HGeomPolyProxy : public HHitProxy
Remarks
Hit proxy for polygons.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FGeomObject > | GeomObjectWeakPtr | ||
| int32 | PolyIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HGeomPolyProxy
(
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. |