Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TVector< int32, 2 > |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Vector.h |
| Include Path | #include "Chaos/Vector.h" |
Syntax
template<>
class TVector< int32, 2 >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FElement | int32 | Chaos/Vector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| X | FElement | Chaos/Vector.h | ||
| XY | FElement | Chaos/Vector.h | ||
| Y | FElement | Chaos/Vector.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TVector< int32, 2 > | union Chaos::TVector< int32, 2 > | Chaos/Vector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Num() |
Chaos/Vector.h | ||
FElement Product() |
Chaos/Vector.h | ||
TVector () |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
TVector
(
const FElement InX |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
TVector
(
const FElement InX, |
Chaos/Vector.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TVector< FElement, 2 > AxisVector
(
const int32 Axis |
Chaos/Vector.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector< FElement, 2 > operator-() |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
TVector< FElement, 2 > & operator*=
(
const FElement& S |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
PRAGMA_DISABLE_DEPRECATION_WARNINGSFElement operator[]
(
const int32 Idx |
Chaos/Vector.h | ||
FElement & operator[]
(
const int32 Idx |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h |