Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector2< T > & operator[]
(
int32 Index |
Gets reference to the min or max of this bounding volume. | Math/Box2D.h | |
const TVector2< T > & operator[]
(
int32 Index |
Gets reference to the min or max of this bounding volume. | Math/Box2D.h |
operatorint32
Description
Gets reference to the min or max of this bounding volume.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include Path | #include "Math/Box2D.h" |
TVector2 < T > & operator[]
(
int32 Index
)
A reference to a point of the bounding volume.
Parameters
| Name | Remarks |
|---|---|
| Index | The index into points of the bounding volume. |
operatorint32
Description
Gets reference to the min or max of this bounding volume.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include Path | #include "Math/Box2D.h" |
const TVector2 < T > & operator[]
(
int32 Index
) const
A const reference to a point of the bounding volume.
Parameters
| Name | Remarks |
|---|---|
| Index | The index into points of the bounding volume. |