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