You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -13,7 +13,7 @@ UWidgetSwitcher::UWidgetSwitcher(const FObjectInitializer& ObjectInitializer)
|
||||
: Super(ObjectInitializer)
|
||||
{
|
||||
bIsVariable = true;
|
||||
Visibility = ESlateVisibility::SelfHitTestInvisible;
|
||||
SetVisibility(ESlateVisibility::SelfHitTestInvisible);
|
||||
}
|
||||
|
||||
void UWidgetSwitcher::ReleaseSlateResources(bool bReleaseChildren)
|
||||
|
||||
Reference in New Issue
Block a user