![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InteractiveTool.h>
Public Member Functions | |
| template<typename T > | |
| auto | Requires (bool &Result, const T &A, const T &B) -> decltype(Result=A !=B) |
Describes a type having a "!=" comparasion operator. (Note: it would probably be cleaner to require operator==, however some types have operator!= but no operator==, and we do only use != in the code.)
| auto FWatchablePropertySet::TPropertyWatcher< PropType >::CInequalityComparable::Requires | ( | bool & | Result, |
| const T & | A, | ||
| const T & | B | ||
| ) | -> decltype(Result=A !=B) |