![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataflowConnection.h>
Public Types | |
| enum class | EDirection : uint8 { NONE = 0 , INPUT , OUTPUT } |
Public Member Functions | |
| bool | operator== (const FPin &Other) const |
Public Attributes | |
| EDirection | Direction |
| FName | Type |
| FName | Name |
| bool | bHidden = false |
Static Public Attributes | |
| static DATAFLOWCORE_API const FPin | InvalidPin = { UE::Dataflow::FPin::EDirection::NONE, NAME_None, NAME_None } |
|
strong |
| EDirection UE::Dataflow::FPin::Direction |
|
static |
| FName UE::Dataflow::FPin::Name |
| FName UE::Dataflow::FPin::Type |