Navigation
API > API/Runtime > API/Runtime/DataflowCore
Dataflow object debug draw interface
| Name | IDataflowDebugDrawObject |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowDebugDrawInterface.h |
| Include Path | #include "Dataflow/DataflowDebugDrawInterface.h" |
Syntax
struct IDataflowDebugDrawObject : public FRefCountedObject
Inheritance Hierarchy
- FRefCountedObject → IDataflowDebugDrawObject
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDataflowDebugDrawObject() |
Dataflow/DataflowDebugDrawInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsA
(
FName InType |
Check of the object type | Dataflow/DataflowDebugDrawInterface.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticType() |
Dataflow/DataflowDebugDrawInterface.h |