![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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< HHitProxy > | ElementProxy = nullptr |
Public Attributes inherited from FDataflowBaseElement | |
| FString | ElementName = TEXT("None") |
| FDataflowBaseElement * | ParentElement = nullptr |
| FBox | BoundingBox = FBox() |
| bool | bIsConstruction = true |
| bool | bIsVisible = true |
| bool | bIsSelected = false |
Proxy dataflow scene element that contains a ref to HDataflowElementHitProxy
|
inline |
|
inline |
Check of the element type
Reimplemented from FDataflowBaseElement.
| TRefCountPtr<HHitProxy> FDataflowProxyElement::ElementProxy = nullptr |
Element proxy used for selection