Working on new root canvas stuff

This commit is contained in:
2026-04-21 22:28:22 -04:00
parent 8e5d43fd24
commit 4420c52b74
4 changed files with 37 additions and 1 deletions

View File

@@ -256,6 +256,10 @@ void AlxPlayerControllerBase::BuildInputStack(TArray<UInputComponent*>& InputSta
void AlxPlayerControllerBase::UpdateInputMode()
{
// Drain any deferred ZOrder writes from SetWidgetWindowManagement
// before we read the front-most slot.
RootCanvas->PropagateZOrderToSlate();
// Get all the various objects we need to be able to manipulate
// the input mode.
UGameViewportClient *GameViewportClient = GetWorld()->GetGameViewport();