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
)
Scales this point.
Reference to this point after multiplication.
Parameter |
Description |
---|---|
Scale |
What to multiply the point by. |