I’m creating objects and initializing them with an event which should create a timer to simulate tick for tickable BP objects, but the timer doesn’t appear to function. Is this a bug or just something not supported?
It’s pretty simple so I’m not sure why this isn’t working. They’re being created from within an actor component. The initialized text does output, but not the tick text.
Setting it into a variable doesn’t appear to solve it. Looks like it’s not possible without making a new base C++ class that overrides GetWorld as the UObject has no world context.
Seams like there’s a few other posts like the above, but they’re quite old so guess I was hoping this had finally got improved. Would be great if tickable uobject was exposed to BP as well. I don’t need a full blown actor so everything available is overkill.