Navigation
API > API/Runtime > API/Runtime/Core
| Name | TAndValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/AndOrNot.h |
| Include Path | #include "Templates/AndOrNot.h" |
Syntax
template<bool LHSValue, typename... RHS>
struct TAndValue
Derived Classes
Struct Specializations
| Name | Remarks |
|---|---|
| TAndValue< false, RHS... > | |
| TAndValue< false, RHS... > |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| value | bool | Templates/AndOrNot.h | |
| Value | bool | Templates/AndOrNot.h |