FIntVector4::operator^

Component-wise XOR.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

FIntVector4 operator^
(
    int32 Value
) const

Remarks

Component-wise XOR.

Returns

A new shifted int point.

Parameters

Parameter

Description

Value

Number to XOR with the each component.

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