Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | Pair |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Pair.h |
| Include Path | #include "Chaos/Pair.h" |
Syntax
template<class T1, class T2>
struct Pair
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Pair () |
Chaos/Pair.h | ||
Pair
(
const T1& First, |
Chaos/Pair.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| First | T1 | Chaos/Pair.h | ||
| Second | T2 | Chaos/Pair.h |