7#include "DataflowElement.generated.h"
28 FString ElementName =
TEXT(
"None");
37 bool bIsConstruction =
true;
40 bool bIsVisible =
true;
43 bool bIsSelected =
false;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::Math::TBox< double > FBox
Definition MathFwd.h:55
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition NameTypes.h:617
Definition DataflowElement.h:12
static FName StaticType()
Definition DataflowElement.h:22
virtual bool IsA(FName InType) const
Definition DataflowElement.h:25
virtual ~FDataflowBaseElement()
Definition DataflowElement.h:20
FDataflowBaseElement(const FString &InElementName, FDataflowBaseElement *InParentElement, const FBox &InBoundingBox, const bool bInIsConstruction)
Definition DataflowElement.h:17