Richard Hinckley
70c48c83d4
Trace actors moved to later in the frame so the 3D reticle doesn't lag behind the camera.
...
[CL 2334707 by Richard Hinckley in Main branch]
2014-10-20 13:49:09 -04:00
Mieszko Zielinski
4f6a7525e0
Back out changelist 2334257 #UE4
...
- again caused lots of issues and with huge time difference we can't depend on just filing the issues. The iteration time would be too slow. I'll follow up with an email.
#codereview Dmitriy.Dyomin, Lukasz.Furman
[CL 2334689 by Mieszko Zielinski in Main branch]
2014-10-20 13:14:04 -04:00
Nick Darnell
bcb93d2764
UMG - Named slots now have better support for deletion, selection. Renamed a few methods in UUserWidget to better capture what they do. Several performance improvements, we now have a predicate based way on WidgetTree to perform an operation on every widget in the tree, useful for all the cases when you need to do a lot of searching in the tree.
...
[CL 2334675 by Nick Darnell in Main branch]
2014-10-20 12:54:01 -04:00
Nick Darnell
dcac2169c2
UMG - Little old code cleanup in UPanelWidget.
...
[CL 2334674 by Nick Darnell in Main branch]
2014-10-20 12:48:59 -04:00
Nick Darnell
4580ee41ae
[Github PR 528] leobenaducci - Fixed UPanelWidget array-out-of-bounds crash on GetChildAt, RemoveChildAt and ReplaceChildAt.
...
[CL 2334668 by Nick Darnell in Main branch]
2014-10-20 12:43:58 -04:00
Saul Abreu
3ab5f1d807
Fixed failing compilation due to a delegate in FTextLocalizationManager specifying something other than itself for the owning type of the delegate, despite triggering the delegate itself.
...
[CL 2334661 by Saul Abreu in Main branch]
2014-10-20 12:39:10 -04:00
Ben Marsh
692dfa06aa
Specify links to overlap events using proper markdown syntax; anchors require a caption.
...
[CL 2334659 by Ben Marsh in Main branch]
2014-10-20 12:38:58 -04:00
Michael Trepka
49a26f3c01
Enabled C++11 support on iOS
...
#codereview Peter.Sauerbrei, Josh.Adams, Rolando.Caloca
[CL 2334630 by Michael Trepka in Main branch]
2014-10-20 11:53:50 -04:00
Mieszko Zielinski
bf154553cd
Fix for default APawn::AIControllerClass value not getting applied to derived classes #UE4
...
[CL 2334584 by Mieszko Zielinski in Main branch]
2014-10-20 11:03:45 -04:00
Martin Mittring
39ec52e5f6
better UI
...
[CL 2334569 by Martin Mittring in Main branch]
2014-10-20 10:48:42 -04:00
Rolando Caloca
d8a576970e
UE4 - Remove Color parameter on draw events (DEC_*)
...
[CL 2334566 by Rolando Caloca in Main branch]
2014-10-20 10:43:43 -04:00
Michael Schoell
e465d51b65
Missing class icons using the "default" icon in Blueprints (and Scene Outliner) now appear.
...
#ttp 349222 - BP: MY BLUEPRINT: Some variables missing icons
[CL 2334557 by Michael Schoell in Main branch]
2014-10-20 10:28:35 -04:00
Richard Fawcett
5809c0f1ca
Add functionality to BuildPatchTool.exe compactify process to update patch timestamps only
...
* Activated by specifying -touchonly at the command-line
* Cannot be used in conjunction with -preview
#codereview Leigh.Swift
[CL 2334537 by Richard Fawcett in Main branch]
2014-10-20 10:03:26 -04:00
sebastian kowalczyk
cb7cd58b58
Minor tweakes for EnvQueryDebugHelpers header file.
...
[CL 2334532 by sebastian kowalczyk in Main branch]
2014-10-20 09:58:37 -04:00
sebastian kowalczyk
352c7b97ff
Changed GameplayDebugger to use AutoStartup functionality (bIsAutoStartupModule flag) #ue4
...
Moved AutoStartup initialization to FEngineLoop::Init() function (ELoadingPhase::PostEngineInit phase) - after talk with Jaroslaw Palczynski about it. #ue4
[CL 2334529 by sebastian kowalczyk in Main branch]
2014-10-20 09:58:24 -04:00
Nick Darnell
78e4f28bb3
UMG - Work continues on named slots, upgrading the way selection is synced in the hierarchy view to work better with named slots.
...
[CL 2334521 by Nick Darnell in Main branch]
2014-10-20 09:38:45 -04:00
Nick Darnell
4a56ebf912
UMG - Now displaying the currently applied DPI Scale in the UMG designer, along with a button that brings up the settings for the DPI Curve. Moved the UI related settings out of URendererSettings, they're now in thier own settings class UUserInterfaceSettings.
...
[CL 2334520 by Nick Darnell in Main branch]
2014-10-20 09:38:32 -04:00
Nick Darnell
6d39b610e7
UMG - Adding more docuementation to a few more widgets.
...
[CL 2334518 by Nick Darnell in Main branch]
2014-10-20 09:38:19 -04:00
Nick Darnell
a84092a858
UMG - UWidgets now have a simple way to determine if it's the widget is visible in any way, IsVisible.
...
[CL 2334505 by Nick Darnell in Main branch]
2014-10-20 09:08:10 -04:00
Nick Darnell
6e3a1f2421
UMG - Adding errors for function binding compiling errors. Fixing an issue with auto generated getters for property bindings not generating pure functions.
...
[CL 2334504 by Nick Darnell in Main branch]
2014-10-20 09:03:21 -04:00
Nick Darnell
9472661eb7
UMG - Adding a way to query slate application's drag/drop status. Adds a layer on top of slate application's, only returns valid data if it's a UMG drag drop operation.
...
[CL 2334503 by Nick Darnell in Main branch]
2014-10-20 09:03:08 -04:00
Nick Darnell
6a86c6ad58
UMG - Adding more documentation to the top of several widgets.
...
[CL 2334488 by Nick Darnell in Main branch]
2014-10-20 08:53:07 -04:00
Nick Darnell
8ef66ca86f
UMG - Adding a lot more documentation to several functions on a user widget. Removing GetVisibility from UserWidget, it can do nothing but confuse people, there's already a GetVisibility on UWidget. Little bug fix on named slots to allow them to be filled at runtime.
...
[CL 2334486 by Nick Darnell in Main branch]
2014-10-20 08:48:05 -04:00
Maciej Mroz
6a6cecf2d0
class ArchiveObjectCrc32 - Calculates a checksum on an object's serialized data stream.
...
Written originally by Phillip Kavan.
[CL 2334477 by Maciej Mroz in Main branch]
2014-10-20 08:33:02 -04:00
Nicholas Davies
653537a5ab
Integrate from UE4-Fortnite - WIP of the Friends list
...
CL2334464
[CL 2334466 by Nicholas Davies in Main branch]
2014-10-20 08:15:49 -04:00