I've been struggling with resizing a widget for a few hours now. Tried everything I could think of:
1. I directly set the height of the widget. Did nothing, even though it has been changed (when I debug.log it) the change doesn't occur.
2. After doing #1, I tried to SetDirty(), MarkAsChanged() and UpdateGeometry() with the variables changed. Still nothing.
3. I've read and re-read the documentation for UIWidget many times now, and to me it seems like I should have access to SetDimensions() which seems to be the OBVIOUS METHOD OF DOING THIS.
The widget is anchored, if that is of any relevance.
I'm going crazy. Please advise.