Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowNode
Description
Debug drawing callback. This will only be called for nodes which CanDebugDrawViewMode for the current view mode.
| Name | DebugDraw |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNode.h |
| Include Path | #include "Dataflow/DataflowNode.h" |
virtual void DebugDraw
(
UE::Dataflow::FContext & Context,
IDataflowDebugDrawInterface & DataflowRenderingInterface,
const FDebugDrawParameters & DebugDrawParameters
) const