UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::Pair< T1, T2 > Struct Template Reference

#include <Pair.h>

Public Member Functions

 Pair ()
 
 Pair (const T1 &First, const T2 &Second)
 

Public Attributes

T1 First
 
T2 Second
 

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<class T1 , class T2 >
Chaos::Pair< T1, T2 >::Pair ( )
inline

◆ Pair() [2/2]

template<class T1 , class T2 >
Chaos::Pair< T1, T2 >::Pair ( const T1 &  First,
const T2 Second 
)
inline

Member Data Documentation

◆ First

template<class T1 , class T2 >
T1 Chaos::Pair< T1, T2 >::First

◆ Second

template<class T1 , class T2 >
T2 Chaos::Pair< T1, T2 >::Second

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