Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
Inheritance Hierarchy
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/AndOrNot.h |
Include | #include "Templates/AndOrNot.h" |
Syntax
template<typename... Types>
struct TOr
Remarks
Does a boolean OR of the Value static members of each type, but short-circuits if any Type::Value == true.