Hey guys,
I am going to have a varying amount of a single Widget on screen. Found FUserWidgetPool, decided to use it.
How do I need to set up the parent Widget?
Which virtual functions need to be overwritten?
How do I Show/Hide the widgets in this pool every frame (NativeTick)?
Currently, I have a separate list of objects that will need 1 Widget each (which changes every tick). What I’m searching for is something that will allow me to just loop through those objects, call GetOrCreateInstance on the pool and pretty much not care about the rest.
Kind regards