Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIntPoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IntType & operator[]
(
IntType Index |
Get specific component of the point. | Math/IntPoint.h | |
IntType operator[]
(
IntType Index |
Get specific component of the point. | Math/IntPoint.h |
operatorIntType
Description
Get specific component of the point.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include Path | #include "Math/IntPoint.h" |
IntType & operator[]
(
IntType Index
)
reference to component.
Parameters
| Name | Remarks |
|---|---|
| Index | the index of point component |
operatorIntType
Description
Get specific component of the point.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include Path | #include "Math/IntPoint.h" |
IntType operator[]
(
IntType Index
) const
copy of component value.
Parameters
| Name | Remarks |
|---|---|
| Index | the index of point component |