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="OR Boolean", CompactNodeTitle="OR", Keywords="| or", CommutativeAssociativeBinaryOperator="true"),
Category="Math|Boolean")
static bool BooleanOR
(
bool A,
bool B
)
Remarks
Returns the logical OR of two values (A OR B)