Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
ecd2f824a1f2381d907593c853794de82d8bd580
UnrealEngineUWP/Engine/Source/Editor/PIEPreviewDeviceProfileSelector/Private/PIEPreviewSettings.cpp

12 lines
264 B
C++
Raw Normal View History

Updating copyright for Engine Editor. #rnx #rb none #ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904 #ROBOMERGE-BOT: (v613-10869866) [CL 10870586 by ryan durand in Main branch]
2019-12-26 15:33:43 -05:00
// Copyright Epic Games, Inc. All Rights Reserved.
Fixed issue where new Mobile PIE doesn't remember size setting from previous session #jira UE-64591 #rb Chris.Babcock [FYI] Bogdan.Vasilache #ROBOMERGE-SOURCE: CL 4530394 in //UE4/Release-4.21/... #ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21) [CL 4530395 by jack porter in Staging-4.21 branch]
2018-11-01 02:46:20 -04:00
#include "PIEPreviewSettings.h"
UPIEPreviewSettings::UPIEPreviewSettings(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
WindowPosX = -1;
WindowPosY = -1;
WindowScalingFactor = 0;
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 4228ms Template: 5ms
English
English
Licenses API