Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet/TPropertyWatcher > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet/TPropertyWatcher/__ctor
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
template<typename Q, typename>
TPropertyWatcher
(
const PropType & Property,
FChangedCallback OnChangedIn
)
Remarks
If PropType is CInequalityComparable, allow the two-argument constructor and default to using the type's existing != operator. If PropType is not CInequalityComparable, the caller must use the three-argument constructor to provide a "not equal" function.