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 Shift
) const
Shifts all components to the left.
A new shifted int point.
Parameter |
Description |
---|---|
Shift |
The number of bits to shift. |