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 Value
) const
Component-wise OR.
A new shifted int point.
Parameter |
Description |
---|---|
Value |
Number to OR with the each component. |