UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowDebugDrawObject.h File Reference
#include "HitProxies.h"
#include "Dataflow/DataflowDebugDrawInterface.h"
#include "Dataflow/DataflowElement.h"
#include "GenericPlatform/ICursor.h"
#include "DataflowDebugDrawObject.generated.h"

Go to the source code of this file.

Classes

struct  FDataflowDebugDrawBaseObject
 
struct  HDataflowElementHitProxy
 
struct  FDataflowProxyElement
 

Macros

#define UE_API   DATAFLOWENGINE_API
 

Functions

template<typename ObjectType , typename... Args>
TRefCountPtr< ObjectType > MakeDebugDrawObject (Args &&... args)
 

Macro Definition Documentation

◆ UE_API

#define UE_API   DATAFLOWENGINE_API

Function Documentation

◆ MakeDebugDrawObject()

template<typename ObjectType , typename... Args>
TRefCountPtr< ObjectType > MakeDebugDrawObject ( Args &&...  args)