Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/IntVector.h |
Include |
#include "Math/IntVector.h" |
Creates and initializes a new instance with the specified coordinates.
Parameter |
Description |
---|---|
InX |
The x-coordinate. |
InY |
The y-coordinate. |
InZ |
The z-coordinate. |