Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector4
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector4.h |
| Include | #include "Math/Vector4.h" |
void Set
&40;
T InX,
T InY,
T InZ,
T InW
&41;
Remarks
Set all of the vectors coordinates.
Parameters
| Name | Description |
|---|---|
| InX | New X Coordinate. |
| InY | New Y Coordinate. |
| InZ | New Z Coordinate. |
| InW | New W Coordinate. |