![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 | |
| FRefCountedObject & | operator= (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 |
Dataflow hit proxy for viewport selection
|
inline |
|
inlineoverridevirtual |
Override to change the mouse based on what it is hovering over.
Reimplemented from HHitProxy.
| int32 HDataflowElementHitProxy::ElementIndex |
Element index to retrieve the matching dataflow element
| FName HDataflowElementHitProxy::ElementName |
Element name to retrieve the matching dataflow element