Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetMathLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
Include | #include "Kismet/KismetMathLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
UFUNCTION (BlueprintPure,
Meta=(DisplayName="Bitwise OR", CompactNodeTitle="|", Keywords="| or", CommutativeAssociativeBinaryOperator="true"),
Category="Math|Integer")
static int32 Or_IntInt
(
int32 A,
int32 B
)
Remarks
Bitwise OR (A | B)