Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/IntVector.h |
Include |
#include "Math/IntVector.h" |
FIntVector operator*
(
int32 Scale
) const
Gets the result of scaling on this point.
A new scaled int point.
Parameter |
Description |
---|---|
Scale |
What to multiply the point by. |