UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HDataflowElementHitProxy Struct Reference

#include <DataflowDebugDrawObject.h>

+ Inheritance diagram for HDataflowElementHitProxy:

Public Member Functions

 HDataflowElementHitProxy (int32 InElementIndex, FName InElementName)
 
virtual EMouseCursor::Type GetMouseCursor () override
 
- Public Member Functions inherited from HHitProxy
ENGINE_API HHitProxy (EHitProxyPriority InPriority=HPP_World)
 
 HHitProxy (EHitProxyPriority InPriority, EHitProxyPriority InOrthoPriority)
 
virtual ENGINE_API ~HHitProxy ()
 
virtual void AddReferencedObjects (FReferenceCollector &Collector)
 
ENGINE_API bool IsA (HHitProxyType *TestType) const
 
virtual bool AlwaysAllowsTranslucentPrimitives () const
 
virtual ENGINE_API FTypedElementHandle GetElementHandle () const
 
- Public Member Functions inherited from FRefCountedObject
 FRefCountedObject ()
 
virtual ~FRefCountedObject ()
 
 FRefCountedObject (const FRefCountedObject &Rhs)=delete
 
FRefCountedObjectoperator= (const FRefCountedObject &Rhs)=delete
 
FReturnedRefCountValue AddRef () const
 
uint32 Release () const
 
uint32 GetRefCount () const
 

Public Attributes

int32 ElementIndex
 
FName ElementName
 
- Public Attributes inherited from HHitProxy
const EHitProxyPriority Priority
 
const EHitProxyPriority OrthoPriority
 
FHitProxyId Id
 

Detailed Description

Dataflow hit proxy for viewport selection

Constructor & Destructor Documentation

◆ HDataflowElementHitProxy()

HDataflowElementHitProxy::HDataflowElementHitProxy ( int32  InElementIndex,
FName  InElementName 
)
inline

Member Function Documentation

◆ GetMouseCursor()

virtual EMouseCursor::Type HDataflowElementHitProxy::GetMouseCursor ( )
inlineoverridevirtual

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

Reimplemented from HHitProxy.

Member Data Documentation

◆ ElementIndex

int32 HDataflowElementHitProxy::ElementIndex

Element index to retrieve the matching dataflow element

◆ ElementName

FName HDataflowElementHitProxy::ElementName

Element name to retrieve the matching dataflow element


The documentation for this struct was generated from the following file: