Cannot 'Set Members in Struct' from Function

^ title ^

this works:

this does not:

Hi nmetrock,

The reason this does not work is due to the nature of time oriented functionality. You cannot call any time features (tick, delta seconds, timers, etc.) within a custom function, these must be handled within the event graph.

just discovered it works when the function is local to the actor vs in the game instance like my picture.

which is an okay-ish solution, i’ll have to duplicate the function for each actor but at least i can use it now.