Commit Graph

21427 Commits

Author SHA1 Message Date
Rex Hill
dc107df197 Graph Editor node menus converted to ToolMenus
#rb none
#rnx

[CL 7900622 by Rex Hill in Dev-Editor branch]
2019-08-08 16:32:13 -04:00
doublebuffered
1dee248a73 PR #6087: Add GetNavigationActionFromKey function that handles multiple users and modifiers properly (Contributed by doublebuffered)
#rb Chris.Gagnon

[CL 7887188 by Chris Gagnon in Dev-Editor branch]
2019-08-08 13:36:39 -04:00
Rex Hill
44507f764d Graph Editor Context Menus refactored as ToolMenus
#rb lauren.ridge
#jira UETOOL-1497

[CL 7886478 by Rex Hill in Dev-Editor branch]
2019-08-08 12:51:48 -04:00
Richard TalbotWatkin
51dd5bd2f9 Fixed VS2019 warning.
#rb none

[CL 7841344 by Richard TalbotWatkin in Dev-Editor branch]
2019-08-07 12:12:13 -04:00
sebastian nordgren
aa6bf7b755 CoreDelegates::OnBeforeHandleSystemError is unnecessary if we move the call earlier in WindowsPlatformCrashContext.
Largely a rollback of most of CL 7473700 in Release.

#rb ben.marsh

[CL 7839628 by sebastian nordgren in Dev-Editor branch]
2019-08-07 08:46:04 -04:00
ludovic chabant
78fe4eefe2 Add level sequence setting for handling the aspect ratio constraint during play.
The new setting defaults to overriding the constraint to XFOV to preserve previous behaviour. It lets the user choose what kind of constraint to use during the sequence, or whether to not touch the constraint at all.

#jira UE-76517
#rb max.chen, matthoffman, andrew.rodham

[CL 7824809 by ludovic chabant in Dev-Editor branch]
2019-08-06 17:06:27 -04:00
Max Chen
5812f72d6d Merging //UE4/Dev-Main to Dev-Editor (Physics fixups)
#rb none

[CL 7774449 by Max Chen in Dev-Editor branch]
2019-08-05 15:49:36 -04:00
Max Chen
e4d4965491 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 7774443 by Max Chen in Dev-Editor branch]
2019-08-05 15:48:51 -04:00
Cody Albert
63560a022b Update parameter name validation to work for material functions as well as materials
#rb Lauren.Ridge

[CL 7773715 by Cody Albert in Dev-Editor branch]
2019-08-05 15:18:01 -04:00
Rex Hill
b18b2f4345 Move ToolMenus module from Runtime to Developer, also removed one dependency on engine (Timer)
#rb none
#rnx

[CL 7773074 by Rex Hill in Dev-Editor branch]
2019-08-05 14:58:07 -04:00
Vincent Gauthier
156186c599 Fix to IsDesignTime() returning false when called inside Initialize overide. In this specific case, we need to change the call To SetDesignTimeFlag() before duplication to make sure the design time flags is set before the Initialize called during duplication.
Fix to PanelWidget SetDesignerFlags() not being virtual/overide like it should be.

#jira UE-78197
#rb nick.darnell, dan.hertzka

[CL 7772703 by Vincent Gauthier in Dev-Editor branch]
2019-08-05 14:45:41 -04:00
sebastian nordgren
54c711e587 Always check bInitializedRecords before trying to call FPlatformMisc::SetStoredValue in FEngineSessionManager.
#rb brandon.schaefer

[CL 7756340 by sebastian nordgren in Dev-Editor branch]
2019-08-05 11:18:32 -04:00
ben marsh
0a17d5dc75 Another attempt to fix Hololens compile error.
#rb none
#rnx
#jira

#ROBOMERGE-SOURCE: CL 7712998 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7712999 by ben marsh in Main branch]
2019-08-03 17:51:04 -04:00
ben marsh
01334b0173 Add missing include directive to fix HoloLens compilation.
#rb none
#rnx
#jira

#ROBOMERGE-SOURCE: CL 7712991 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7712992 by ben marsh in Main branch]
2019-08-03 17:04:54 -04:00
ethan geller
e5dea02e2f #jira UE-78301 fix for bad cast on ReverbEffect. Bring in fix from Maxwell Hayes for UObject name collision.
#rb mawell.hayes

#ROBOMERGE-SOURCE: CL 7711798 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7711799 by ethan geller in Main branch]
2019-08-02 22:33:19 -04:00
Ethan Geller
ca76db289e Fix merge conflict causing compile error in DialogueWave.cpp. #jira none #rb none.
[CL 7711775 by Ethan Geller in Main branch]
2019-08-02 21:27:40 -04:00
maxwell hayes
e87d909a9e Fix for GetPlaybackPerncent() modifying a member var in a const function
#rb none
#jira non

#ROBOMERGE-SOURCE: CL 7711496 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7711497 by maxwell hayes in Main branch]
2019-08-02 20:35:56 -04:00
maxwell hayes
5e759178f5 Changed AudioMixerSource::GetPlaybackPercent() to return the last playback percentage if a sound is stopping (instead of 0.0f)
#jira none
#rb Aaron.McLeran

#ROBOMERGE-SOURCE: CL 7711484 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7711485 by maxwell hayes in Main branch]
2019-08-02 20:29:16 -04:00
maxwell hayes
ce272038fb Fixed wave table normalization bug in Wave Table Synth (adding removal of DC offset)
Fixed unwanted edge-case behavior when clearing an already empty table array

#rb Aaron.McLeran
#jira none
[FYI] Dan.Reynolds

#ROBOMERGE-SOURCE: CL 7711480 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7711481 by maxwell hayes in Main branch]
2019-08-02 20:28:14 -04:00
dan oconnor
f7d31cfaae Fix warning spam
#jira UE-78227
#rb Phillip.Kavan
#rnx

#ROBOMERGE-SOURCE: CL 7711245 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v385-7708028)

[CL 7711248 by dan oconnor in Main branch]
2019-08-02 19:09:58 -04:00
phil popp
e9b8c667e0 Back out changelist 7709956
#rb none


#ROBOMERGE-SOURCE: CL 7710405 via CL 7711174
#ROBOMERGE-BOT: (v385-7708028)

[CL 7711217 by phil popp in Main branch]
2019-08-02 18:54:56 -04:00
phil popp
8d860b178e Adding audio analyzer infrastructure
#rb Aaron.McLeran


#ROBOMERGE-SOURCE: CL 7709956 via CL 7711153
#ROBOMERGE-BOT: (v385-7708028)

[CL 7711196 by phil popp in Main branch]
2019-08-02 18:54:16 -04:00
david ratti
98bd13210a ServerExec command on base Playercontroller class. Just compiles out of shipping/test, not tied to CheatManager instantiation.
#rnx


#ROBOMERGE-SOURCE: CL 7709825 via CL 7711139
#ROBOMERGE-BOT: (v385-7708028)

[CL 7711185 by david ratti in Main branch]
2019-08-02 18:53:41 -04:00
david ratti
bf71da8cbb net.DisableBandwithThrottling cvar for quickly disabling bandwidth throttling
#rnx


#ROBOMERGE-SOURCE: CL 7709819 via CL 7711138
#ROBOMERGE-BOT: (v385-7708028)

[CL 7711184 by david ratti in Main branch]
2019-08-02 18:53:39 -04:00
phil popp
3ec7099530 Changing way number of bits are calculated to avoid floating point rounding erros
#rb none


#ROBOMERGE-OWNER: phil.popp
#ROBOMERGE-AUTHOR: phil.popp
#ROBOMERGE-SOURCE: CL 7709019 via CL 7710296
#ROBOMERGE-BOT: (v385-7708028)

[CL 7710838 by phil popp in Main branch]
2019-08-02 18:47:35 -04:00