Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FPairOfIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Types.h |
| Include Path | #include "Core/Types.h" |
Syntax
struct FPairOfIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPairOfIndex
(
int32 InValue1 |
Core/Types.h | ||
FPairOfIndex
(
int32 InValue1, |
Core/Types.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Undefined | const FPairOfIndex | Core/Types.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value0 | int32 | Core/Types.h | ||
| Value1 | int32 | Core/Types.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const int32 Value |
Core/Types.h | ||
void Add
(
const FPairOfIndex Values |
Core/Types.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 & operator[]
(
const int32 Index |
Core/Types.h | ||
const int32 & operator[]
(
const int32 Index |
Core/Types.h |