4.17 changes

Former-commit-id: 401105bdd16dfc01e118f7d96daf63cf8360503a
This commit is contained in:
mordentral
2017-07-24 08:30:57 -04:00
parent ac12e12788
commit f5f801273d
6 changed files with 61 additions and 6 deletions

View File

@@ -423,7 +423,7 @@ void UAdvancedSessionsLibrary::GetNumberOfNetworkPlayers(UObject* WorldContextOb
//~~~~~~~~~~~~
//Get World
UWorld* TheWorld = GEngine->GetWorldFromContextObject(WorldContextObject);
UWorld* TheWorld = GEngine->GetWorldFromContextObject(WorldContextObject, EGetWorldErrorMode::LogAndReturnNull);
if (!TheWorld)
{