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