UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWatchablePropertySet::TPropertyWatcher< PropType >::CInequalityComparable Struct Reference

#include <InteractiveTool.h>

Public Member Functions

template<typename T >
auto Requires (bool &Result, const T &A, const T &B) -> decltype(Result=A !=B)
 

Detailed Description

template<typename PropType>
struct FWatchablePropertySet::TPropertyWatcher< PropType >::CInequalityComparable

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.)

Member Function Documentation

◆ Requires()

template<typename PropType >
template<typename T >
auto FWatchablePropertySet::TPropertyWatcher< PropType >::CInequalityComparable::Requires ( bool Result,
const T &  A,
const T &  B 
) -> decltype(Result=A !=B)

The documentation for this struct was generated from the following file: