Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TVector
Description
Get a copy of the vector as sign only. Each component is set to +1 or -1, with the sign of zero treated as +1.
| Name | GetSignVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include Path | #include "Math/Vector.h" |
TVector < T > GetSignVector() const
Parameters
| Name | Remarks |
|---|---|
| A | copy of the vector with each component set to +1 or -1 |