Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FWatchablePropertySet
Description
Silently updates just a single watcher, using an index gotten from WatchProperty. Useful when you want watching to still work for other properties changed in the same tick.
| Name | SilentUpdateWatcherAtIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
void SilentUpdateWatcherAtIndex
(
int32 i
)