#include <InteractiveTool.h>
◆ FWatchablePropertySet() [1/2]
| FWatchablePropertySet::FWatchablePropertySet |
( |
| ) |
|
|
default |
◆ FWatchablePropertySet() [2/2]
◆ CheckAndUpdateWatched()
| void FWatchablePropertySet::CheckAndUpdateWatched |
( |
| ) |
|
|
inline |
◆ operator=()
◆ SilentUpdateWatched()
| void FWatchablePropertySet::SilentUpdateWatched |
( |
| ) |
|
|
inline |
◆ SilentUpdateWatcherAtIndex()
| void FWatchablePropertySet::SilentUpdateWatcherAtIndex |
( |
int32 |
i | ) |
|
|
inline |
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.
◆ WatchProperty() [1/4]
- Returns
- Index of the watcher, which can be used in SilentUpdateWatcherAtIndex
◆ WatchProperty() [2/4]
- Returns
- Index of the watcher, which can be used in SilentUpdateWatcherAtIndex
◆ WatchProperty() [3/4]
- Returns
- Index of the watcher, which can be used in SilentUpdateWatcherAtIndex
◆ WatchProperty() [4/4]
- Returns
- Index of the watcher, which can be used in SilentUpdateWatcherAtIndex
The documentation for this class was generated from the following file: