Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TVector2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & Component
(
int32 Index |
Gets a specific component of the vector. | Math/Vector2D.h | |
T Component
(
int32 Index |
Gets a specific component of the vector. | Math/Vector2D.h |
Component(int32)
Description
Gets a specific component of the vector.
| Name | Component |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2D.h |
| Include Path | #include "Math/Vector2D.h" |
T & Component
(
int32 Index
)
Reference to the specified component.
Parameters
| Name | Remarks |
|---|---|
| Index | The index of the component required. |
Component(int32)
Description
Gets a specific component of the vector.
| Name | Component |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2D.h |
| Include Path | #include "Math/Vector2D.h" |
T Component
(
int32 Index
) const
Copy of the specified component.
Parameters
| Name | Remarks |
|---|---|
| Index | The index of the component required. |