Navigation
API > API/Plugins > API/Plugins/GeometryMode
Hit proxy for vertices.
| Name | HGeomVertexProxy |
| Type | struct |
| Header File | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h |
| Include Path | #include "EditorGeometry.h" |
Syntax
struct HGeomVertexProxy : public HHitProxy
Inheritance Hierarchy
- FRefCountedObject → HHitProxy → HGeomVertexProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
HGeomVertexProxy
(
FGeomObjectPtr InGeomObject, |
EditorGeometry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GeomObjectWeakPtr | TWeakPtr< FGeomObject > | EditorGeometry.h | ||
| VertexIndex | int32 | EditorGeometry.h |
Functions
Public
| 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. | EditorGeometry.h | |
FGeomObject * GetGeomObject() |
EditorGeometry.h | ||
virtual EMouseCursor::Type GetMouseCursor() |
EditorGeometry.h | ||
virtual HHitProxyType * GetType() |
EditorGeometry.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static HHitProxyType * StaticGetType() |
EditorGeometry.h |