FIntVector::operator>>

Shifts all components to the right.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

FIntVector operator>>
(
    int32 Shift
) const

Remarks

Shifts all components to the right.

Returns

A new shifted int point.

Parameters

Parameter

Description

Shift

The number of bits to shift.