Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet
Inheritance Hierarchy
- FWatchablePropertySet::FPropertyWatcher
- FWatchablePropertySet::TPropertyWatcher
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
Syntax
template<typename PropType>
class TPropertyWatcher : public FWatchablePropertySet::FPropertyWatcher
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPropertyWatcher
(
const PropType& Property, |
Two-argument constructor, enabled only if PropType is CInequalityComparable. | ||
TPropertyWatcher
(
FValueGetter GetValueIn, |
Two-argument constructor, enabled only if PropType is CInequalityComparable. | ||
TPropertyWatcher
(
const PropType& Property, |
|||
TPropertyWatcher
(
FValueGetter GetValueIn, |
Overridden from FPropertyWatcher
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SilentUpdate () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| CInequalityComparable | Describes a type having a "!=" comparasion operator. |
Typedefs
| Name | Description |
|---|---|
| FChangedCallback | |
| FNotEqualTestFunction | |
| FValueGetter |