Navigation
API > API/Runtime > API/Runtime/DataflowCore
| Name | IDataflowDebugDrawInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowDebugDrawInterface.h |
| Include Path | #include "Dataflow/DataflowDebugDrawInterface.h" |
Syntax
class IDataflowDebugDrawInterface
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDataflowDebugDrawInterface() |
Dataflow/DataflowDebugDrawInterface.h |
Structs
| Name | Remarks |
|---|---|
| IDebugDrawMesh |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataflowElementsType | TArray< TSharedPtr< FDataflowBaseElement > > | Dataflow/DataflowDebugDrawInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawBox
(
const FVector& Extents, |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawCapsule
(
const FVector& Center, |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawLine
(
const FVector& Start, |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawMesh
(
const IDebugDrawMesh& Mesh |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawObject
(
const TRefCountPtr< IDataflowDebugDrawObject >& Object |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawOverlayText
(
const FString& InString |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawPoint
(
const FVector& Position |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawSphere
(
const FVector& Center, |
Dataflow/DataflowDebugDrawInterface.h | ||
void DrawText3d
(
const FString& String, |
Dataflow/DataflowDebugDrawInterface.h | ||
const FDataflowElementsType & GetDataflowElements() |
Dataflow elements const accessor | Dataflow/DataflowDebugDrawInterface.h | |
FString GetOverlayText() |
Dataflow/DataflowDebugDrawInterface.h | ||
FDataflowElementsType & ModifyDataflowElements() |
Dataflow elements non const accessor | Dataflow/DataflowDebugDrawInterface.h | |
void ReservePoints
(
int32 NumAdditionalPoints |
Dataflow/DataflowDebugDrawInterface.h | ||
void ResetAllState() |
Dataflow/DataflowDebugDrawInterface.h | ||
void SetColor
(
const FLinearColor& InColor |
State management. | Dataflow/DataflowDebugDrawInterface.h | |
void SetForegroundPriority() |
Dataflow/DataflowDebugDrawInterface.h | ||
void SetLineWidth
(
double Width |
Dataflow/DataflowDebugDrawInterface.h | ||
void SetPointSize
(
float Size |
Dataflow/DataflowDebugDrawInterface.h | ||
void SetShaded
(
bool bInShaded |
Dataflow/DataflowDebugDrawInterface.h | ||
void SetTranslucent
(
bool bInShadedTranslucent |
Dataflow/DataflowDebugDrawInterface.h | ||
void SetWireframe
(
bool bInWireframe |
Dataflow/DataflowDebugDrawInterface.h | ||
void SetWorldPriority() |
Dataflow/DataflowDebugDrawInterface.h |