Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet/TPropertyWatcher
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
Syntax
struct CInequalityComparable
Remarks
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.)
Functions
| Type | Name | Description | |
|---|---|---|---|
| auto | Requires
(
bool& Result, |