Hi, is there any way to do what the title says, considering the grid resides in a canvas panel?
Thanks.
I believe you can just read the desired size here. Alternativelly, get canvas slot and read size.
Thanks. Unfortunately, āas canvas slotā ā āget sizeā only gets whichever size you set in the details tab. And āget desired sizeā returns 0.
I need the size of the grid AFTER itās been populated with content at runtime.
Thanks. Iām adding children in a loop, like this:

⦠but I still get 0, even with prepass.
Edit: my widget construct has none because this is just for the snippet.
You Force Layout Prepass on the wrong widget. See my pic.
I disconnected the widget from the force prepass node, like in your pic, but I get the same thing, 0.
I had it under āOnInitializedā. I switched to āConstructā and itās working now. ![]()
Thanks a lot.
Yeah, Init is way too early.

