Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector< T > & operator[]
(
int32 Index |
Gets reference to the min or max of this bounding volume. | Math/Box.h | |
const TVector< T > & operator[]
(
int32 Index |
Gets reference to the min or max of this bounding volume. | Math/Box.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/Box.h |
| Include Path | #include "Math/Box.h" |
TVector < 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/Box.h |
| Include Path | #include "Math/Box.h" |
const TVector < 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. |