Commit Graph

7678 Commits

Author SHA1 Message Date
Robert Manuszewski
e572c16205 [BuildWatcher] Fixing shadowed variable warnings on the Mac
#codereview Frank.Fella

[CL 2636800 by Robert Manuszewski in Main branch]
2015-07-29 08:29:18 -04:00
Maciej Mroz
591fd0493f BP Reinstancer calls "BP->BroadcastCompiled" once all BP are compiled.
#jira UE-18797 Compiling a specific bp after adding a variable will crash the editor

#codereview Dan.Oconnor

[CL 2636743 by Maciej Mroz in Main branch]
2015-07-29 07:27:53 -04:00
Jurre deBaare
50efe36113 UE-19060 Phat needs an FOV slider
[CL 2636590 by Jurre deBaare in Main branch]
2015-07-29 04:33:25 -04:00
Max Chen
e13bdf56ec Sequencer: Fix for expanding clamp range when zooming to a section.
[CL 2636421 by Max Chen in Main branch]
2015-07-28 21:23:23 -04:00
Saul Abreu
e1fe253a7c Implemented localized package loading based on trying to find the package located under "<ContentRoot>/L10N/<CultureCode>/<OriginalPackagePath>". The localized package content subdirectories are also filtered out of the content browser views. In the editor, package paths are not redirected in any additional manner, but outside the editor the package paths redirect to the calculated localized package location.
[CL 2636232 by Saul Abreu in Main branch]
2015-07-28 18:21:55 -04:00
Michael Schoell
54cfd648ec Fix fallout from CL# 2635959
[CL 2636221 by Michael Schoell in Main branch]
2015-07-28 18:17:18 -04:00
Olaf Piesche
143d0ef9a7 Niagara: adding mesh effect renderer; few additional bug fixes
[CL 2636020 by Olaf Piesche in Main branch]
2015-07-28 16:50:47 -04:00
Michael Schoell
ec5aaa577c Functions correctly inherit purity in Blueprints and will update to reflect the current purity state of the inherited function.
Made accessors to get the Function Entry's flags for the generated UFunction and for retrieval of the final skeleton class's UFunction's flags.

#jira UE-17804 - Overridden functions in Child Blueprints cannot be converted to/from pure functions

[CL 2635959 by Michael Schoell in Main branch]
2015-07-28 16:17:47 -04:00
Frank Fella
40f2948601 Sequencer - Refactor the FMovieScenePropertyTrack - Missing from last checkin
[CL 2635957 by Frank Fella in Main branch]
2015-07-28 16:17:08 -04:00
Frank Fella
8a8d2b5723 Sequencer - Refactor the FMovieScenePropertyTrack
+ Move section interface classes to separate files so they can be reused by other tracks.
+ Change to a template class to avoid switching on types so much and implement separate classes for each property type.
+ Delete copy/pasted code from UMG property track editors and derive from property track.

[CL 2635889 by Frank Fella in Main branch]
2015-07-28 15:47:23 -04:00
Max Chen
12b00d50b8 Sequencer: Fix undo of track deletion and duplicate binding ocurring after trying to re-key an object. The actor animation wasn't being marked for Modify().
[CL 2635501 by Max Chen in Main branch]
2015-07-28 12:00:40 -04:00
Matt Kuhlenschmidt
731ee35c31 Allow detail panel categories to be dynamically shown or hidden. Added this to the material customization for primitive components. Fixes issue where material customization never appears if there was no valid material on a component when the details panel was created
[CL 2634999 by Matt Kuhlenschmidt in Main branch]
2015-07-27 23:38:36 -04:00
Brian Karis
09d6885a4c Fixed view rotation matrix having translation.
Fixed temporal aa sample position not being set.

[CL 2634610 by Brian Karis in Main branch]
2015-07-27 17:25:17 -04:00
Phillip Kavan
2860e040e8 Fix redundant component tree updates in the level editor's Details view when the Actor's root component is both native and editor-only.
[CL 2634578 by Phillip Kavan in Main branch]
2015-07-27 17:13:33 -04:00
Max Chen
9e6d81b50d Sequencer: Fix in/out time initialization when snap setting is not a frame rate. Also, fixed clamp ranges not returning the value from the movie scene. And removed commented out code.
[CL 2634524 by Max Chen in Main branch]
2015-07-27 16:46:44 -04:00
Bob Tellez
b3b6ef475f Checking in Mikolaj Sieluzycki's change to fix up callsites to ask for the value of an enum entry instead of the index. The value and the index are the same unless the enum specified element values in its declaration (i.e. enum MyEnum { FirstValue = 1 })
[CL 2634487 by Bob Tellez in Main branch]
2015-07-27 16:26:39 -04:00
Maciej Mroz
8c42f3e595 UEBP-40 C++ code generation (WIP):
- Including headers
- Safe context for getters/setters
- improved literals and default values
- basic Interface handling
- better OOB array handling

[CL 2634486 by Maciej Mroz in Main branch]
2015-07-27 16:26:36 -04:00
Max Chen
9849a741c2 Sequencer: Fix rounding error.
[CL 2634370 by Max Chen in Main branch]
2015-07-27 15:35:18 -04:00
Maciej Mroz
1fe942a5b2 Ugly fix for legacy parsing code. We should never have 2 different string formats for vector..
#codereview Mike.Beach, Nick.Whiting

[CL 2634131 by Maciej Mroz in Main branch]
2015-07-27 13:40:12 -04:00
Jeff Farris
01cbe44e31 Fixed another codepath in asset placement code to conform to recent SpawnActor changes.
#codereview lina.halper, matt.kuhlenschmidt

#jira UE-19146

[CL 2634119 by Jeff Farris in Main branch]
2015-07-27 13:33:52 -04:00
Richard TalbotWatkin
9771f61759 Added facility to automatically adjust the pivot offset for Brushes when they are edited in Geometry Mode, so the pivot stays centered on the vertices.
#jira UE-16415 - The origin of a BSP brush stays in place while youÆre editing the brush in Geometry mode, often leaving the origin (and default rotation point) floating off in space.

[CL 2634054 by Richard TalbotWatkin in Main branch]
2015-07-27 12:49:14 -04:00
Richard TalbotWatkin
92f0161292 Fixes to pivot offset feature. Changed operation of "Center on Selection" to calculate the center of a Brush according to its vertices' positions.
#jira UE-18728 - There is no way to center the pivot on a BSP brush
#jira UE-18932 - After updating an actor transform via the details panel, the transform widget in the scene doesn't move

[CL 2634053 by Richard TalbotWatkin in Main branch]
2015-07-27 12:47:07 -04:00
Matt Kuhlenschmidt
611aa622f3 - Rename UMovieSceneAnimation to UMovieSceneSequence (and all related classes to use the term Sequence)
- Fixed shots and sub-movie scene sequences being broken by the removal of UMovieScene as an asset class

[CL 2634030 by Matt Kuhlenschmidt in Main branch]
2015-07-27 12:12:59 -04:00
Max Chen
29771f4ac3 Fix non-unity compile.
[CL 2634022 by Max Chen in Main branch]
2015-07-27 12:07:29 -04:00
Richard TalbotWatkin
9b8b20bbf5 Added a details customization for UTexture. The "Maximum Texture Size" property is specialized so that it yields an error dialog when attempting to change it for non power of two textures which do not have a padded Power of Two Mode.
#jira UE-18783 - Power of Two and Max texture size is breaking large .HDR import
#jira UE-11904 - Crash on setting Max. Texture Size with Non Power of 2 Texture

[CL 2633975 by Richard TalbotWatkin in Main branch]
2015-07-27 11:47:42 -04:00