HGeomEdgeProxy

Hit proxy for edges.

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

EdgeIndex

Public variable

TWeakPtr< FGeom...

 

GeomObjectWeakPtr

Kept around for backwards compat.

Constructors

Name Description

Public function

HGeomEdgeProxy

(
    FGeomObjectPtr InGeomObject,
    int32 InEdgeIndex
)

Functions

Overridden from HHitProxy

Name Description

Public function Virtual Const

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.

Public function Virtual

EMouseCursor...

 

GetMouseCursor()

Override to change the mouse based on what it is hovering over.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss