Safety check

This commit is contained in:
Steve Streeting 2020-11-19 13:36:02 +00:00
parent c964c990c0
commit 793e56051d

View File

@ -224,6 +224,7 @@ void UMenuStack::FirstMenuOpened()
{
// tell menu system
auto GS = GetStevesGameSubsystem(GetWorld());
if (GS)
GS->GetMenuSystem()->MenuStackOpened(this);
}