UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Dataflow::FConnectionParameters Struct Reference

#include <DataflowConnection.h>

+ Inheritance diagram for UE::Dataflow::FConnectionParameters:

Public Member Functions

 FConnectionParameters (FName InType=FName(""), FName InName=FName(""), FDataflowNode *InOwner=nullptr, const FProperty *InProperty=nullptr, uint32 InOffset=INDEX_NONE, FGuid InGuid=FGuid::NewGuid())
 

Public Attributes

FName Type
 
FName Name
 
FDataflowNodeOwner = nullptr
 
const FPropertyProperty = nullptr
 
uint32 Offset = INDEX_NONE
 
FGuid Guid
 

Constructor & Destructor Documentation

◆ FConnectionParameters()

UE::Dataflow::FConnectionParameters::FConnectionParameters ( FName  InType = FName(""),
FName  InName = FName(""),
FDataflowNode InOwner = nullptr,
const FProperty InProperty = nullptr,
uint32  InOffset = INDEX_NONE,
FGuid  InGuid = FGuid::NewGuid() 
)
inline

Member Data Documentation

◆ Guid

FGuid UE::Dataflow::FConnectionParameters::Guid

◆ Name

FName UE::Dataflow::FConnectionParameters::Name

◆ Offset

uint32 UE::Dataflow::FConnectionParameters::Offset = INDEX_NONE

◆ Owner

FDataflowNode* UE::Dataflow::FConnectionParameters::Owner = nullptr

◆ Property

const FProperty* UE::Dataflow::FConnectionParameters::Property = nullptr

◆ Type

FName UE::Dataflow::FConnectionParameters::Type

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