FIntVector4::operator<<

Shifts all components to the left.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/IntVector.h

Include

#include "Math/IntVector.h"

Syntax

FIntVector4 operator<<
(
    int32 Shift
) const

Remarks

Shifts all components to the left.

Returns

A new shifted int point.

Parameters

Parameter

Description

Shift

The number of bits to shift.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss