Commit Graph

52883 Commits

Author SHA1 Message Date
simon tovey
7740cd138b Fixed up skel mesh test after refactor.
[FYI] Wyeth.Johnson
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: simon.tovey
#ROBOMERGE-SOURCE: CL 6797455 via CL 6799230 via CL 6799320
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6821384 by simon tovey in Dev-Anim branch]
2019-06-03 19:13:43 -04:00
michael galetzka
931219c2d2 Allow the user to change the name of static switch parameters that are propagated up the call chain.
#jira UE-73001
#rb nicholas.goldstein

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: michael.galetzka
#ROBOMERGE-SOURCE: CL 6796985 via CL 6798792 via CL 6799032
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6821380 by michael galetzka in Dev-Anim branch]
2019-06-03 19:13:36 -04:00
michael galetzka
8d5eb571eb Fixed a bug where changes to a static switch node were not properly propagated in the ui
#jira UE-73001
#rb nicholas.goldstein

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: michael.galetzka
#ROBOMERGE-SOURCE: CL 6796923 via CL 6798788 via CL 6799031
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6821378 by michael galetzka in Dev-Anim branch]
2019-06-03 19:13:32 -04:00
andrew rodham
09ae5e945e Disable copying of FConstPawnIterator to prevent the possibility of a double deletion
- This vulnerability is largely unseen due to the prevalence of RVO and copy-elision, but some code (specifically TConstPawnArray) was resulting in a copy of the iterator, and subsequent double deletion of the actor iterator as a result.
  - Ideally FConstPawnIterator would not rely on heap allocated pointers so heavily, but I think the safest fix of least risk is to define move operators, and delete its copy constructors.
  - UE-75216 itself regressed in 6548275

#jira UE-75216
#rb Marc.Audy, Steve.Robb

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: andrew.rodham
#ROBOMERGE-SOURCE: CL 6783798 via CL 6788219 via CL 6799002
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6821332 by andrew rodham in Dev-Anim branch]
2019-06-03 19:11:52 -04:00
andrew rodham
dc4ec3c24c Changed take and sequence recorders to use the correct property name rather than the property's display text for its property lookup
#jira UE-75334
#rb Mike.Zyracki

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: andrew.rodham
#ROBOMERGE-SOURCE: CL 6783005 via CL 6785800 via CL 6798995
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6821328 by andrew rodham in Dev-Anim branch]
2019-06-03 19:11:33 -04:00
michael galetzka
1b56286c69 Fixed a bug where some locked static switch metadata attributes became editable.
#rb none
#jira UE-73001

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: michael.galetzka
#ROBOMERGE-SOURCE: CL 6763473 via CL 6785144 via CL 6798846
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6820880 by michael galetzka in Dev-Anim branch]
2019-06-03 19:02:31 -04:00
andrew grant
2a34cf287c Moved ExportIPA script from project-k to common engine code.
Fixed issue wher eif dependencies caused a platform implementation to be processed twice it'd warn even if they were identical

(Needed for next Fortnite-specific CL).

[at]josh.adams
#rb na

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: andrew.grant
#ROBOMERGE-SOURCE: CL 6763211 via CL 6763215 via CL 6763217 via CL 6763219 via CL 6763240 via CL 6763246
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6820758 by andrew grant in Dev-Anim branch]
2019-06-03 19:00:32 -04:00
Lina Halper
b60f216a9e Fix build error
#fyi: Jurre.Debaare, Helge.Mathee
#rb: none

[CL 6814663 by Lina Halper in Dev-Anim branch]
2019-06-03 14:44:46 -04:00
Jurre deBaare
6c25554a05 AltSkinWeights - Crash - Reimporting Base Mesh while previewing Skin Weight Profile causes editor to crash
#fix Clear and reset profile when reimporting skeletal mesh
#jira UE-74041
#rb Alexis.Matte

[CL 6800649 by Jurre deBaare in Dev-Anim branch]
2019-06-03 11:04:25 -04:00
Jurre deBaare
83a5b7b45c Add a reset to defaults button to Merge Actors window
#fix Ensure we do not use the CDO as the object we inspect in the tool detailsview, rather duplicate the CDO so per-property checks with the default actually works
#misc Clean up objects whenever the MergeActor module shuts down
#jira UE-70728
#rb Martin.Wilson

[CL 6800064 by Jurre deBaare in Dev-Anim branch]
2019-06-03 10:43:50 -04:00
Jurre deBaare
593cbf10b3 Add Curve via Anim Modifiers not working
#fix Make sure we call MarkRawDataAsModified, to ensure the curve data is updated
#jira UE-62114
#rb Martin.Wilson

[CL 6798773 by Jurre deBaare in Dev-Anim branch]
2019-06-03 09:54:17 -04:00
Jurre deBaare
28d2aad171 Make sure that additive sharing skeletal mesh components follow the same path as others
#jira none
#rb Martin.Wilson

[CL 6797929 by Jurre deBaare in Dev-Anim branch]
2019-06-03 09:31:03 -04:00
rob gay
569ff29407 Add back nuked branch.
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 6762883 in //UE4/Main/...
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6797355 by rob gay in Dev-Anim branch]
2019-06-03 09:21:52 -04:00
rob gay
13df2ef94b Fix build from merge conflict. Required exposing WaveInstance getter on ActiveSound (internal member hiding conflicted with newly refactored code for Audio Debugger)
#rb none
[FYI] Kevin.Neilson
[FYI] Aaron.Mcleran
[FYI] Ethan.Geller

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 6762865 in //UE4/Main/...
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6797348 by rob gay in Dev-Anim branch]
2019-06-03 09:21:48 -04:00
michael kirzinger
0ea15297fa [IOS] VivoxVoiceChat plugin: Provide a way to disconnect from voice chat after being backgrounded for a specified period of time
[REVIEW] [at]josh.adams

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: michael.kirzinger
#ROBOMERGE-SOURCE: CL 6761507 via CL 6761508 via CL 6761509 via CL 6761510 via CL 6761626 via CL 6761731
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796945 by michael kirzinger in Dev-Anim branch]
2019-06-03 09:16:22 -04:00
Jurre deBaare
7666457294 #jira
UE-69860
No progress bar is shown when building HLOD clusters from the outliner

[CL 6796894 by Jurre deBaare in Dev-Anim branch]
2019-06-03 09:16:01 -04:00
rob gay
bb65455273 Fix bad merge
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 6761715 in //UE4/Main/...
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796834 by rob gay in Dev-Anim branch]
2019-06-03 09:14:58 -04:00
chris babcock
ba806c6418 Fix issue when the commandline is not overridden on Android
#android
[REVIEW] [at]Andrew.Grant
#rb Pete.Procopio

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: chris.babcock
#ROBOMERGE-SOURCE: CL 6760848 via CL 6760855 via CL 6760858 via CL 6760863 via CL 6761525 via CL 6761710
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796828 by chris babcock in Dev-Anim branch]
2019-06-03 09:14:48 -04:00
rob gay
a16503ecbe Fix missing constructor consolidation reference in SoundMod from last submit
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 6758896 via CL 6758906 via CL 6761212 via CL 6761690
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796644 by rob gay in Dev-Anim branch]
2019-06-03 09:13:00 -04:00
rob gay
856eacc21b - Fix late-triggering issue with oneshots that don't start immediately due to gain stages summing to zero volume on WaveInstance construction/initialization
- Clean-up/clarify WaveInstance lifetime by immediately removing null tpair entries that stick around during stopping phase of ActiveSounds
- Clean-up/clarify requirement of a WaveInstance subscribing to ActiveSound's WaveInstance map on construction
#rb ethan.geller
[FYI] aaron.mcleran

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 6757952 via CL 6761146 via CL 6761676
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796599 by rob gay in Dev-Anim branch]
2019-06-03 09:12:11 -04:00
rob gay
64f4687b23 - Move PlayWhenSilent to virtualization mode enum
- Add ability to disable virtualization as a user on a sound (defaults to 'restart' which restarts a sound if its a loop)
- General USoundBase Display clean-up
- Clean-up/Delete unused booleans on USoundCue
#rb ethan.geller

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: rob.gay
#ROBOMERGE-SOURCE: CL 6759785 in //UE4/Main/...
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796327 by rob gay in Dev-Anim branch]
2019-06-03 09:09:07 -04:00
ben marsh
a4564e6593 Fix problems creating a new plugin in a project with a unique build environment.
#jira UE-75202
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 6759642 in //UE4/Main/...
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796322 by ben marsh in Dev-Anim branch]
2019-06-03 09:08:50 -04:00
david hamm
c3fe784e64 Rework log statements for easier searching
#rb kyle.langley
[FYI] derek.ehrman
#rnx

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: david.hamm
#ROBOMERGE-SOURCE: CL 6744735 via CL 6758100 via CL 6758333
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796061 by david hamm in Dev-Anim branch]
2019-06-03 09:05:20 -04:00
jake leonard
c222f73a5e Fix server crash due to LowestDistanceViewer being null when no viewers are close to an object that fell through the world.
#JIRA: FORT-180090
#rb: brian.bekich

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jake.leonard
#ROBOMERGE-SOURCE: CL 6742710 via CL 6758051 via CL 6758301
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6796042 by jake leonard in Dev-Anim branch]
2019-06-03 09:04:38 -04:00
nicholas goldstein
6f6700aa4d Fix non-unity build missing includes for FNiagaraMessageManager and FNiagaraMessageLogViewModel
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: nicholas.goldstein
#ROBOMERGE-SOURCE: CL 6740299 via CL 6757147 via CL 6757396
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468)

[CL 6795966 by nicholas goldstein in Dev-Anim branch]
2019-06-03 09:01:31 -04:00