Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 WatchProperty
(
const PropType& ValueIn, |
InteractiveTool.h | ||
int32 WatchProperty
(
typename TPropertyWatcher< PropType >::FValueGetter GetValueIn, |
InteractiveTool.h | ||
int32 WatchProperty
(
const PropType& ValueIn, |
InteractiveTool.h | ||
int32 WatchProperty
(
typename TPropertyWatcher< PropType >::FValueGetter GetValueIn, |
InteractiveTool.h |
WatchProperty(const PropType &, typename TPropertyWatcher< PropType >::FChangedCallback)
| Name | WatchProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
template<typename PropType>
int32 WatchProperty
(
const PropType & ValueIn,
typename TPropertyWatcher < PropType >::FChangedCallback OnChangedIn
)
Index of the watcher, which can be used in SilentUpdateWatcherAtIndex
WatchProperty(typename TPropertyWatcher< PropType >::FValueGetter, typename TPropertyWatcher< PropType >::FChangedCallback)
| Name | WatchProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
template<typename PropType>
int32 WatchProperty
(
typename TPropertyWatcher < PropType >::FValueGetter GetValueIn,
typename TPropertyWatcher < PropType >::FChangedCallback OnChangedIn
)
Index of the watcher, which can be used in SilentUpdateWatcherAtIndex
WatchProperty(const PropType &, typename TPropertyWatcher< PropType >::FChangedCallback, typename TPropertyWatcher< PropType >::FNotEqualTestFunction)
| Name | WatchProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
template<typename PropType>
int32 WatchProperty
(
const PropType & ValueIn,
typename TPropertyWatcher < PropType >::FChangedCallback OnChangedIn,
typename TPropertyWatcher < PropType >::FNotEqualTestFunction NotEqualsIn
)
Index of the watcher, which can be used in SilentUpdateWatcherAtIndex
WatchProperty(typename TPropertyWatcher< PropType >::FValueGetter, typename TPropertyWatcher< PropType >::FChangedCallback, typename TPropertyWatcher< PropType >::FNotEqualTestFunction)
| Name | WatchProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
template<typename PropType>
int32 WatchProperty
(
typename TPropertyWatcher < PropType >::FValueGetter GetValueIn,
typename TPropertyWatcher < PropType >::FChangedCallback OnChangedIn,
typename TPropertyWatcher < PropType >::FNotEqualTestFunction NotEqualsIn
)
Index of the watcher, which can be used in SilentUpdateWatcherAtIndex