Commit Graph

52669 Commits

Author SHA1 Message Date
justin marcus
3feacff421 Add functions for native code to log using embedded UE4
[at]Chris.Babcock

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: justin.marcus
#ROBOMERGE-SOURCE: CL 6594671 via CL 6594673 via CL 6595137 via CL 6595188
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6705874 by justin marcus in Dev-Anim branch]
2019-05-31 13:32:15 -04:00
patrick enfedaque
7d37702c19 Fix Build (missing header reported in //UE4/main)
[FYI] satchit.subramanian
#rnx

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: patrick.enfedaque
#ROBOMERGE-SOURCE: CL 6594649 via CL 6594653 via CL 6595132 via CL 6595180
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6705853 by patrick enfedaque in Dev-Anim branch]
2019-05-31 13:32:04 -04:00
patrick enfedaque
6872a621ce - Build Fix missing include
#rb richard.malo
#rnx

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: patrick.enfedaque
#ROBOMERGE-SOURCE: CL 6594587 via CL 6595126 via CL 6595177
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6705834 by patrick enfedaque in Dev-Anim branch]
2019-05-31 13:31:52 -04:00
ben woodhouse
f47ada5d63 PerfReportTool 3.81
- Add support for derived metadata. Specifyable via the reportTypes XML, e.g:
	<derivedMetadataMappings>
		<mapping destName="deviceType" destValue="console" sourceName="platform" sourceValue="ps4"/>
		<mapping destName="deviceType" destValue="console" sourceName="platform" sourceValue="xboxone"/>
		<mapping destName="deviceType" destValue="console" sourceName="platform" sourceValue="switch"/>
		<mapping destName="devicetype" destValue="desktop" sourceName="platform" sourceValue="windows"/>
		<mapping destName="devicetype" destValue="desktop" sourceName="platform" sourceValue="mac"/>
		<mapping destName="devicetype" destValue="mobile" sourceName="platform" sourceValue="android"/>
		<mapping destName="devicetype" destValue="mobile" sourceName="platform" sourceValue="ios"/>
	</derivedMetadataMappings>

#rb david.harvey
[FYI] david.harvey

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.woodhouse
#ROBOMERGE-SOURCE: CL 6594582 via CL 6595124 via CL 6595176
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6705824 by ben woodhouse in Dev-Anim branch]
2019-05-31 13:31:48 -04:00
patrick enfedaque
3a79f0de3e - Landscape Layer System: Move setting to enable/disable layers to the LandscapeActor itself
#rb richard.malo
[FYI] michael.dupuis
#rnx

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: patrick.enfedaque
#ROBOMERGE-SOURCE: CL 6594261 via CL 6594357 via CL 6594360
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6705382 by patrick enfedaque in Dev-Anim branch]
2019-05-31 13:28:58 -04:00
bart hawthorne
088394febc Add some server only scope cycle counters in the ability system for better tracking in profile captures.
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: bart.hawthorne
#ROBOMERGE-SOURCE: CL 6590782 via CL 6590786 via CL 6593015 via CL 6593161
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6703699 by bart hawthorne in Dev-Anim branch]
2019-05-31 13:16:34 -04:00
andrew grant
4d428cd4a1 Bumped MDI to Net 4.6.2
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: andrew.grant
#ROBOMERGE-SOURCE: CL 6590714 via CL 6590715 via CL 6590772 via CL 6592997 via CL 6593145
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6703661 by andrew grant in Dev-Anim branch]
2019-05-31 13:16:13 -04:00
dan hertzka
65e05c42da Moved the BlueprintFunctionLibrary.h include up from IUserObjectListEntry to IUserListEntry (should cover the android compile fail)
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: dan.hertzka
#ROBOMERGE-SOURCE: CL 6586779 via CL 6590629 via CL 6592677 via CL 6592749
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6703078 by dan hertzka in Dev-Anim branch]
2019-05-31 13:11:49 -04:00
satchit subramanian
75aae3ff94 Option to specify static mesh complex collision from a different asset.
#rb Michael.Lentine

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: satchit.subramanian
#ROBOMERGE-SOURCE: CL 6585699 via CL 6590545 via CL 6592497 via CL 6592611
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6702953 by satchit subramanian in Dev-Anim branch]
2019-05-31 13:10:53 -04:00
dan hertzka
67afd82952 [UE-73025] - Fixing UserListEntry interface structure screwup, inheriting directly from IUserListEntry in a BP will no longer crash
- Removed INativeUserListEntry and moved the functionality into native functions on IUserListEntry and a static BP library
- UUserListEntry is now marked as a BlueprintType, so it'll appear as a Cast option in BP (gotta disable "context sensitive" in the context menu)

Fixed unnecessary requirement that IUserObjectListEntry children cache and return their assigned list item in GetListItemObject()
- The existing design of SListView has the list tracking the entry-item association and the entries accessing their item via the owning list, so the UMG version now follows suit
- GetListItemObject is now a static BP method, the previously existing GetListItem<T>() remains as before
- Renamed SetListItemObjectInternal to NativeOnListItemObjectSet, as it isn't required to function as a literal setter anymore, so we can keep to the naming scheme used elsewhere in UMG for this scenario

Fixing half-implemented option to change selection mode of a UListView
- Now properly forwards the setting to the SListView to affect future selection behavior

Note: Redirects are set up for the functions that became static BP functions and work in situ for cases where they were being called on "self". Cases where an external object called these methods on another objects will point to the new function, but will require manual node fixup

#rb Nick.Darnell
[at]Vincent.Gauthier, [at]Dave.Belanger
#jira UE-73025

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: dan.hertzka
#ROBOMERGE-SOURCE: CL 6585521 via CL 6590540 via CL 6592493 via CL 6592608
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6702909 by dan hertzka in Dev-Anim branch]
2019-05-31 13:10:34 -04:00
wyeth johnson
71b75a804c Fixing Up Metadata
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: wyeth.johnson
#ROBOMERGE-SOURCE: CL 6583302 via CL 6586443 via CL 6592211 via CL 6592323
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6702303 by wyeth johnson in Dev-Anim branch]
2019-05-31 13:06:15 -04:00
helge mathee
c60dae651b Control Rig: Now() rig unit
#rb lina.halper

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: helge.mathee
#ROBOMERGE-SOURCE: CL 6585705 via CL 6592190 via CL 6592302
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6702200 by helge mathee in Dev-Anim branch]
2019-05-31 13:05:34 -04:00
ben salem
1daf8b6cae Add ability for multiple server roles within one test to load different maps.
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.salem
#ROBOMERGE-SOURCE: CL 6583089 via CL 6585455 via CL 6592183 via CL 6592277
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6702114 by ben salem in Dev-Anim branch]
2019-05-31 13:05:12 -04:00
jonathan lindquist
dd3a742aa9 Submitting a new advanced input parameter that allows users to define the axis being used to define the model's orientation
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jonathan.lindquist
#ROBOMERGE-SOURCE: CL 6584348 via CL 6591794 via CL 6592019
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6701699 by jonathan lindquist in Dev-Anim branch]
2019-05-31 13:02:20 -04:00
christina tempelaarl
07cc09f7c6 Added missing headers for non-unity build.
#rb trivial

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: christina.tempelaarl
#ROBOMERGE-SOURCE: CL 6583909 via CL 6591786 via CL 6592016
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6701665 by christina tempelaarl in Dev-Anim branch]
2019-05-31 13:02:09 -04:00
helge mathee
04edc3af40 AnimGraph: Add profiling blueprint functions to measure anim blueprints.
#rb lina.halper

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: helge.mathee
#ROBOMERGE-SOURCE: CL 6582176 via CL 6591752 via CL 6591944
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6701472 by helge mathee in Dev-Anim branch]
2019-05-31 13:01:00 -04:00
bob tellez
f27beb3d4a Back out changelist 6578557. CIS errors
[FYI] Aaron.McLeran

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: bob.tellez
#ROBOMERGE-SOURCE: CL 6581756 via CL 6591427 via CL 6591629
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6701317 by bob tellez in Dev-Anim branch]
2019-05-31 12:59:53 -04:00
kevin ortegren
c65e2357b7 Swapped order of key-value in the custom primitive data API on UStaticMeshComponent
[FYI] peter.knepley
#rb none
#rnx

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: kevin.ortegren
#ROBOMERGE-SOURCE: CL 6581713 via CL 6591423 via CL 6591622
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6701299 by kevin ortegren in Dev-Anim branch]
2019-05-31 12:59:49 -04:00
ben woodhouse
4dafd9cc1b Add support for passing csv metadata via the commandline, e.g -csvmetadata="testname=DisableParallelRendering,myOtherMetadata=myOtherValue"
#rb david.harvey

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.woodhouse
#ROBOMERGE-SOURCE: CL 6581404 via CL 6581406 via CL 6591268 via CL 6591502
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6701009 by ben woodhouse in Dev-Anim branch]
2019-05-31 12:57:57 -04:00
mark fitt
4b94d462ae Undo changelist 6576392
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: mark.fitt
#ROBOMERGE-SOURCE: CL 6578903 via CL 6578904 via CL 6578905 via CL 6590873 via CL 6591022
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6700549 by mark fitt in Dev-Anim branch]
2019-05-31 12:54:32 -04:00
uriel doyon
250f5751cc Taken into account "Niagara.Ribbon.Tessellation.MinAngle" when computing tesselation based on Niagara ribbon twist.
#rb none

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: uriel.doyon
#ROBOMERGE-SOURCE: CL 6578680 via CL 6590849 via CL 6591005
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6700469 by uriel doyon in Dev-Anim branch]
2019-05-31 12:54:10 -04:00
aaron mcleran
3e6eb4c9ef Fix for ambisonics decoding
#rb Ethan.Geller, Dan.Reynolds

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 6578557 via CL 6590837 via CL 6591002
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6700424 by aaron mcleran in Dev-Anim branch]
2019-05-31 12:53:58 -04:00
ben zeigler
783d29a698 Fix obj refs code by merging parts of CL 5365249 and 5536455 as 6542056 conflicted with a change in framework. This fixes an infinite recursion crash in obj refs and changes it so you don't need to pass the GC collector to AddReferencedObjects but doesn't include the deprecation changes or setting the debug name on streamablemanager
[CODEREVIEW] bob.tellez


#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.zeigler
#ROBOMERGE-SOURCE: CL 6578103 via CL 6581750 via CL 6581772
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6699980 by ben zeigler in Dev-Anim branch]
2019-05-31 12:50:48 -04:00
wyeth johnson
87e332c7e8 Refactoring Torus and TorusKnot to prepare for Static Switches and with HLSL. Removing intermediate test modules
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: wyeth.johnson
#ROBOMERGE-SOURCE: CL 6578068 via CL 6578082 via CL 6581749 via CL 6581768
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6699972 by wyeth johnson in Dev-Anim branch]
2019-05-31 12:50:44 -04:00
christina tempelaarl
db3ec9e7e3 Added gbuffer visualization overview and view mode cycling to DebugCameraController.
#rb matt.kuhlenschmidt

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: christina.tempelaarl
#ROBOMERGE-SOURCE: CL 6576934 via CL 6581216 via CL 6581289
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6699706 by christina tempelaarl in Dev-Anim branch]
2019-05-31 12:48:30 -04:00