UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::FPairOfIndex Struct Reference

#include <Types.h>

Public Member Functions

 FPairOfIndex (int32 InValue1, int32 InValue2)
 
 FPairOfIndex (int32 InValue1)
 
int32operator[] (const int32 Index)
 
const int32operator[] (const int32 Index) const
 
void Add (const int32 Value)
 
void Add (const FPairOfIndex Values)
 

Public Attributes

int32 Value0
 
int32 Value1
 

Static Public Attributes

static const FPairOfIndex Undefined
 

Constructor & Destructor Documentation

◆ FPairOfIndex() [1/2]

UE::CADKernel::FPairOfIndex::FPairOfIndex ( int32  InValue1,
int32  InValue2 
)
inline

◆ FPairOfIndex() [2/2]

UE::CADKernel::FPairOfIndex::FPairOfIndex ( int32  InValue1)
inline

Member Function Documentation

◆ Add() [1/2]

void UE::CADKernel::FPairOfIndex::Add ( const FPairOfIndex  Values)
inline

◆ Add() [2/2]

void UE::CADKernel::FPairOfIndex::Add ( const int32  Value)
inline

◆ operator[]() [1/2]

int32 & UE::CADKernel::FPairOfIndex::operator[] ( const int32  Index)
inline

◆ operator[]() [2/2]

const int32 & UE::CADKernel::FPairOfIndex::operator[] ( const int32  Index) const
inline

Member Data Documentation

◆ Undefined

const FPairOfIndex UE::CADKernel::FPairOfIndex::Undefined
static

◆ Value0

int32 UE::CADKernel::FPairOfIndex::Value0

◆ Value1

int32 UE::CADKernel::FPairOfIndex::Value1

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