You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix deprecation warning in new Input Simulation code from MS.
#rb jeff.fisher #jira UE-91034 [CL 12383332 by steve smith in 4.25 branch]
This commit is contained in:
@@ -48,7 +48,8 @@ bool UWindowsMixedRealityInputSimulationEngineSubsystem::IsInputSimulationEnable
|
||||
UEditorEngine* EdEngine = Cast<UEditorEngine>(GEngine);
|
||||
|
||||
// We take bUseVRPreviewForPlayWorld as an indication that we're running using Holographic Remoting
|
||||
return !EdEngine->bUseVRPreviewForPlayWorld;
|
||||
//return FRequestPlaySessionParams::SessionPreviewTypeOverride
|
||||
return !(EdEngine->GetPlaySessionRequest()->SessionPreviewTypeOverride == EPlaySessionPreviewType::VRPreview);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user