UMG: Update the Widget with accessors.

#rb vincent.gauthier
#preflight 627a4e42705bfaf9ae31ee20

#ROBOMERGE-AUTHOR: patrick.boutot
#ROBOMERGE-SOURCE: CL 20123512 via CL 20123528 via CL 20123564
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)

[CL 20125750 by patrick boutot in ue5-main branch]
This commit is contained in:
patrick boutot
2022-05-10 13:53:03 -04:00
parent 028f3b1a01
commit 4f178c7f0c
41 changed files with 140 additions and 66 deletions
@@ -13,7 +13,7 @@ UWidgetSwitcher::UWidgetSwitcher(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
bIsVariable = true;
Visibility = ESlateVisibility::SelfHitTestInvisible;
SetVisibility(ESlateVisibility::SelfHitTestInvisible);
}
void UWidgetSwitcher::ReleaseSlateResources(bool bReleaseChildren)