Level 2 #12

Merged
oleg.petruny merged 14 commits from Level2 into master 2025-04-25 21:17:42 +00:00
11 changed files with 21 additions and 20 deletions
Showing only changes of commit 78005d450c - Show all commits

Binary file not shown.

Binary file not shown.

View File

@ -159,6 +159,7 @@ void UCutsceneManager::OnFirstCutsceneInit() // most first sequence, so widgets
static FSkipCutsceneDelegate skipCutsceneDelegate;
if(!skipCutsceneDelegate.IsBound())
skipCutsceneDelegate.BindDynamic(this, &UCutsceneManager::SkipSequence);
WM->AnimateCutsceneWidget(EInputAnimatedWidgetAnimation::Reset);
WM->EnableCutsceneWidget(skipCutsceneDelegate);
}
}