How to get notified when a property's value has been changed in a level sequence?

Out of curiosity, how are you setting the value of this component property with sequencer? Through an event? If so then it might just make sense to create a function “SetMyPropertyValue(float NewValue)” or something like that, and do whatever it is you want to do with the new value in there.

3 Likes