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

#include <DataflowElement.h>

+ Inheritance diagram for FDataflowBaseElement:

Public Member Functions

 FDataflowBaseElement ()
 
 FDataflowBaseElement (const FString &InElementName, FDataflowBaseElement *InParentElement, const FBox &InBoundingBox, const bool bInIsConstruction)
 
virtual ~FDataflowBaseElement ()
 
virtual bool IsA (FName InType) const
 

Static Public Member Functions

static FName StaticType ()
 

Public Attributes

FString ElementName = TEXT("None")
 
FDataflowBaseElementParentElement = nullptr
 
FBox BoundingBox = FBox()
 
bool bIsConstruction = true
 
bool bIsVisible = true
 
bool bIsSelected = false
 

Detailed Description

Base dataflow scene element that could be used in outliner and for rendering

Constructor & Destructor Documentation

◆ FDataflowBaseElement() [1/2]

FDataflowBaseElement::FDataflowBaseElement ( )
inline

◆ FDataflowBaseElement() [2/2]

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

◆ ~FDataflowBaseElement()

virtual FDataflowBaseElement::~FDataflowBaseElement ( )
inlinevirtual

Member Function Documentation

◆ IsA()

virtual bool FDataflowBaseElement::IsA ( FName  InType) const
inlinevirtual

Check of the element type

Reimplemented in FDataflowProxyElement.

◆ StaticType()

static FName FDataflowBaseElement::StaticType ( )
inlinestatic

Member Data Documentation

◆ bIsConstruction

bool FDataflowBaseElement::bIsConstruction = true

Construction flag

◆ bIsSelected

bool FDataflowBaseElement::bIsSelected = false

Selection flag

◆ bIsVisible

bool FDataflowBaseElement::bIsVisible = true

Visible flag to enable/disable the rendering

◆ BoundingBox

FBox FDataflowBaseElement::BoundingBox = FBox()

Bounding box to focus

◆ ElementName

FString FDataflowBaseElement::ElementName = TEXT("None")

Element name to be used to retrieve

◆ ParentElement

FDataflowBaseElement* FDataflowBaseElement::ParentElement = nullptr

Parent element to build the hierarchy if necessary


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