Navigation
Unreal Engine C++ API Reference > Plugins > GeometryMode
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HGeomVertexProxy
References
Module | GeometryMode |
Header | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h |
Include | #include "EditorGeometry.h" |
Syntax
struct HGeomVertexProxy : public HHitProxy
Remarks
Hit proxy for vertices.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TWeakPtr< FGeomObject > | GeomObjectWeakPtr | |
![]() |
int32 | VertexIndex |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
HGeomVertexProxy
(
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. |