Detect variable value changes?

If your variable is a UPROPERTY, use PostEditChangeProperty to respond every time a property changes. For example code, see How do I use PostEditChangeProperty?.

2 Likes