Navigation
API > API/Runtime > API/Runtime/DataflowCore
| Name | FSimpleDebugDrawMesh |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowSimpleDebugDrawMesh.h |
| Include Path | #include "Dataflow/DataflowSimpleDebugDrawMesh.h" |
Syntax
struct FSimpleDebugDrawMesh : public IDataflowDebugDrawInterface::IDebugDrawMesh
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSimpleDebugDrawMesh() |
Dataflow/DataflowSimpleDebugDrawMesh.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Triangles | TArray< FIntVector3 > | Dataflow/DataflowSimpleDebugDrawMesh.h | ||
| VertexNormals | TArray< FVector > | Dataflow/DataflowSimpleDebugDrawMesh.h | ||
| Vertices | TArray< FVector > | Dataflow/DataflowSimpleDebugDrawMesh.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MakeRectangleMesh
(
const FVector& Origin, |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
void SetTriangle
(
const int32 TriangleIndex, |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
void SetVertex
(
const int32 VertexIndex, |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
void TransformVertices
(
const FTransform& Transform |
Dataflow/DataflowSimpleDebugDrawMesh.h |
Overridden from IDebugDrawMesh
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetMaxTriangleIndex() |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
virtual int32 GetMaxVertexIndex() |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
virtual FIntVector3 GetTriangle
(
int32 VertexIndex |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
virtual FVector GetVertexNormal
(
int32 VertexIndex |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
virtual FVector GetVertexPosition
(
int32 VertexIndex |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
virtual bool IsValidTriangle
(
int32 VertexIndex |
Dataflow/DataflowSimpleDebugDrawMesh.h | ||
virtual bool IsValidVertex
(
int32 VertexIndex |
Dataflow/DataflowSimpleDebugDrawMesh.h |