Pair

Windows
MacOS
Linux

References

Module

ChaosCore

Header

/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Pair.h

Include

#include "Chaos/Pair.h"

Syntax

template<class T1, class T2>
struct Pair

Variables

Name Description

Public variable

T1

 

First

Public variable

T2

 

Second

Constructors

Name Description

Public function

Pair()

Public function

Pair

(
    const T1& First,
    const T2& Second
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss