Navigation
API > API/Runtime > API/Runtime/DataflowEngine
Dataflow hit proxy for viewport selection
| Name | HDataflowElementHitProxy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowDebugDrawObject.h |
| Include Path | #include "Dataflow/DataflowDebugDrawObject.h" |
Syntax
struct HDataflowElementHitProxy : public HHitProxy
Inheritance Hierarchy
- FRefCountedObject → HHitProxy → HDataflowElementHitProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
HDataflowElementHitProxy
(
int32 InElementIndex, |
Dataflow/DataflowDebugDrawObject.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementIndex | int32 | Element index to retrieve the matching dataflow element | Dataflow/DataflowDebugDrawObject.h | |
| ElementName | FName | Element name to retrieve the matching dataflow element | Dataflow/DataflowDebugDrawObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual HHitProxyType * GetType() |
Dataflow/DataflowDebugDrawObject.h |
Overridden from HHitProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMouseCursor::Type GetMouseCursor() |
Dataflow/DataflowDebugDrawObject.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static HHitProxyType * StaticGetType() |
Dataflow/DataflowDebugDrawObject.h |