Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Pair.h |
| Include | #include "Chaos/Pair.h" |
namespace Chaos
{
template<class T1, class T2>
Pair< T1, T2 > Chaos&58;&58;MakePair
&40;
const T1 & First,
const T2 & Second
&41;
}