Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/IDataflowDebugDrawInterface
| Name | IDebugDrawMesh |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowDebugDrawInterface.h |
| Include Path | #include "Dataflow/DataflowDebugDrawInterface.h" |
Syntax
struct IDebugDrawMesh
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDebugDrawMesh() |
Dataflow/DataflowDebugDrawInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetMaxTriangleIndex() |
Dataflow/DataflowDebugDrawInterface.h | ||
int32 GetMaxVertexIndex() |
Dataflow/DataflowDebugDrawInterface.h | ||
FIntVector3 GetTriangle
(
int32 TriangleIndex |
Dataflow/DataflowDebugDrawInterface.h | ||
FVector GetVertexNormal
(
int32 VertexIndex |
Dataflow/DataflowDebugDrawInterface.h | ||
FVector GetVertexPosition
(
int32 VertexIndex |
Dataflow/DataflowDebugDrawInterface.h | ||
bool IsValidTriangle
(
int32 TriangleIndex |
Dataflow/DataflowDebugDrawInterface.h | ||
bool IsValidVertex
(
int32 VertexIndex |
Dataflow/DataflowDebugDrawInterface.h |