You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UMG: Add flag to call UserWidget::OnInitialized. It would be preferable to not have that flag, like PreConstruct, Construct and Destruct but there is too much deprecation to handle.
#jira UE-191195 #rb editor-ui-systems [CL 27268113 by patrick boutot in ue5-main branch]
This commit is contained in:
@@ -1124,6 +1124,8 @@ void FWidgetBlueprintCompilerContext::FinishCompilingClass(UClass* Class)
|
||||
}
|
||||
}
|
||||
|
||||
BPGClass->bCanCallInitializedWithoutPlayerContext = WidgetBP->bCanCallInitializedWithoutPlayerContext;
|
||||
|
||||
Super::FinishCompilingClass(Class);
|
||||
|
||||
CA_ASSUME(BPGClass);
|
||||
|
||||
Reference in New Issue
Block a user