Navigation
API > API/Runtime > API/Runtime/Core
Does a boolean OR of the Value static members of each type, but short-circuits if any Type::Value == true.
| Name | TOr |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/AndOrNot.h |
| Include Path | #include "Templates/AndOrNot.h" |
Syntax
template<typename... Types>
struct TOr
Derived Classes
Struct Specializations
| Name | Remarks |
|---|---|
| TOr< LHS, RHS... > | |
| TOr< LHS, RHS... > | |
| TOr<> | |
| TOr<> |