You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Deprecated AWorldSettings::Pauser, and replaced with PauserPlayerState, Get/SetPauserPlayerState().
#rb david.hamm, david.ratti [RN] fix general #ROBOMERGE-OWNER: lina.halper #ROBOMERGE-AUTHOR: jason.petersohn #ROBOMERGE-SOURCE: CL 5176388 via CL 5176651 via CL 5177441 #ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) [CL 5186708 by jason petersohn in Dev-Anim branch]
This commit is contained in:
@@ -534,7 +534,7 @@ UWorld* NUTNet::CreateUnitTestWorld(bool bHookTick/*=true*/)
|
||||
|
||||
if (PrimState != NULL)
|
||||
{
|
||||
CurSettings->Pauser = PrimState;
|
||||
CurSettings->SetPauserPlayerState(PrimState);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user