FIntVector::operator|

Component-wise OR.

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 Value
) const

Remarks

Component-wise OR.

Returns

A new shifted int point.

Parameters

Parameter

Description

Value

Number to OR with the each component.