HGeomPolyProxy

Hit proxy for polygons.

Windows
MacOS
Linux

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

Name Description

Public variable

TWeakPtr< FGeom...

 

GeomObjectWeakPtr

Public variable

int32

 

PolyIndex

Constructors

Name Description

Public function

HGeomPolyProxy

(
    FGeomObjectPtr InGeomObject,
    int32 InPolyIndex
)

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