UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDataflowProxyElement Struct Reference

#include <DataflowDebugDrawObject.h>

+ Inheritance diagram for FDataflowProxyElement:

Public Member Functions

 FDataflowProxyElement ()
 
 FDataflowProxyElement (const FString &InElementName, FDataflowBaseElement *InParentElement, const FBox &InBoundingBox, const bool bInIsConstruction)
 
virtual bool IsA (FName InType) const override
 
- Public Member Functions inherited from FDataflowBaseElement
 FDataflowBaseElement ()
 
 FDataflowBaseElement (const FString &InElementName, FDataflowBaseElement *InParentElement, const FBox &InBoundingBox, const bool bInIsConstruction)
 
virtual ~FDataflowBaseElement ()
 

Static Public Member Functions

static FName StaticType ()
 
- Static Public Member Functions inherited from FDataflowBaseElement
static FName StaticType ()
 

Public Attributes

TRefCountPtr< HHitProxyElementProxy = nullptr
 
- Public Attributes inherited from FDataflowBaseElement
FString ElementName = TEXT("None")
 
FDataflowBaseElementParentElement = nullptr
 
FBox BoundingBox = FBox()
 
bool bIsConstruction = true
 
bool bIsVisible = true
 
bool bIsSelected = false
 

Detailed Description

Proxy dataflow scene element that contains a ref to HDataflowElementHitProxy

Constructor & Destructor Documentation

◆ FDataflowProxyElement() [1/2]

FDataflowProxyElement::FDataflowProxyElement ( )
inline

◆ FDataflowProxyElement() [2/2]

FDataflowProxyElement::FDataflowProxyElement ( const FString &  InElementName,
FDataflowBaseElement InParentElement,
const FBox InBoundingBox,
const bool  bInIsConstruction 
)
inline

Member Function Documentation

◆ IsA()

virtual bool FDataflowProxyElement::IsA ( FName  InType) const
inlineoverridevirtual

Check of the element type

Reimplemented from FDataflowBaseElement.

◆ StaticType()

static FName FDataflowProxyElement::StaticType ( )
inlinestatic

Member Data Documentation

◆ ElementProxy

TRefCountPtr<HHitProxy> FDataflowProxyElement::ElementProxy = nullptr

Element proxy used for selection


The documentation for this struct was generated from the following file: