Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/IntVector.h |
Include |
#include "Math/IntVector.h" |
FIntVector operator-
(
const FIntVector & Other
) const
Gets the result of subtraction from this point.
A new subtracted int point.
Parameter |
Description |
---|---|
Other |
The other point to subtract from this. |