Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIntVector3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const IntType & operator[]
(
int32 ComponentIndex |
Gets specific component of a vector. | Math/IntVector.h | |
IntType & operator[]
(
int32 ComponentIndex |
Gets specific component of a vector. | Math/IntVector.h |
operatorint32
Description
Gets specific component of a vector.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
const IntType & operator[]
(
int32 ComponentIndex
) const
const reference to component.
Parameters
| Name | Remarks |
|---|---|
| ComponentIndex | Index of vector component. |
operatorint32
Description
Gets specific component of a vector.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
IntType & operator[]
(
int32 ComponentIndex
)
reference to component.
Parameters
| Name | Remarks |
|---|---|
| ComponentIndex | Index of vector component. |