UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDataflowConverter< T > Struct Template Reference

#include <DataflowTypePolicy.h>

Static Public Member Functions

template<typename TFromType >
static void From (const TFromType &From, T &To)
 
template<typename TToType >
static void To (const T &From, TToType &To)
 

Member Function Documentation

◆ From()

template<typename T >
template<typename TFromType >
static void FDataflowConverter< T >::From ( const TFromType From,
T &  To 
)
inlinestatic

◆ To()

template<typename T >
template<typename TToType >
static void FDataflowConverter< T >::To ( const T &  From,
TToType To 
)
inlinestatic

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