Item Duration

I have an item in my game that is night vision.

So what is the Night Vision? It’s not an object? If it’s not, then I concur - if there’s only 1 night vision and it’s related to the player, have the timer work inside the PlayerBP.


Btw, you can start a timer event inside a function, you need to delegate the event like so:

image

The event can be in another object, too - once you provide a target Object instance.

Or like so:

image

image