So I have a Widget Blueprint, and it has a parent C++ Class which inherits from UserWidget.
In the NativeConstruct() I have it getting the UImage from the Widget Blueprint,
And In a function at the end of the NativeConstruct I am trying to do: MyUImage->SetBrushFromTexture( Tex );
Nothing I’ve tried is working. Thanks