Commit Graph

316 Commits

Author SHA1 Message Date
josh gross
71a4703acc [Engine] - Add the possibility to arrange the slots top-to-bottom in the DynamicEntryBox and the WrapBox widgets instead of only supporting left-to-right.
#RNX
#rb [at]Ghislain.Theriault

#ROBOMERGE-OWNER: josh.gross
#ROBOMERGE-AUTHOR: maxime.vaillancourt
#ROBOMERGE-SOURCE: CL 12869792 via CL 12872658 via CL 12872659 via CL 12872660
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v681-12776863)

[CL 12872663 by josh gross in Main branch]
2020-04-16 17:02:30 -04:00
jeanfrancois dube
fc6075d3ef When destroying the old LODWorld, rename it so we can reuse names for newly created actors.
#jira UE-91828
#rb sebastien.lussier

#ROBOMERGE-SOURCE: CL 12791137 in //UE4/Release-4.25/... via CL 12791144 via CL 12791147
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v681-12776863)

[CL 12791150 by jeanfrancois dube in Main branch]
2020-04-15 06:44:49 -04:00
rex hill
e93cf076ed Context menu action to create subfolder no longer moves hierarchy into the new subfolder
#jira UE-90510

#ROBOMERGE-SOURCE: CL 12508337 via CL 12508343 via CL 12508344 via CL 12508346
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v673-12478461)

[CL 12508350 by rex hill in Main branch]
2020-04-01 13:03:13 -04:00
jonathan bard
ede41f5994 Re-submit 11839969 with fix for crash during cooking:
* Various fixes to WorldBrowser and scripted streaming level creation to avoid crashing when setting an invalid level name
* Repair world streaming levels when they point to an invalid level package

#rb jean-francois.dube
#jira none

#ROBOMERGE-SOURCE: CL 12332472 in //UE4/Release-4.25/... via CL 12332473
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v670-12295787)

[CL 12332474 by jonathan bard in Main branch]
2020-03-20 06:03:28 -04:00
moppius
c34d175053 PR #6793: Fixed typo: ImportWidnow->ImportWindow (Contributed by moppius)
#rb none

[CL 12248486 by JeanFrancois Dube in Main branch]
2020-03-18 12:18:07 -04:00
moppius
d4543fa2c1 PR #6788: Fixed typo (Unock -> Unlock) and spacing consistency (Contributed by moppius)
#rb none

[CL 12231335 by JeanFrancois Dube in Main branch]
2020-03-17 07:57:05 -04:00
robert manuszewski
b7568cc694 Fix for UE-90683: You can no longer delete conflicting variables
Refactored FindField into FindUField and FindFProperty to avoid confusion caused by the fact that FindField<UField> will no longer return FProperties.

#jira UE-90683
#rb Steve.Robb
#tests Basic editor functionality test, cooked and ran PC client and server, bot soak tests for two hours

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: robert.manuszewski
#ROBOMERGE-SOURCE: CL 12190998 in //UE4/Release-4.25/... via CL 12190999
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v661-12148976)

[CL 12191300 by robert manuszewski in Main branch]
2020-03-15 10:33:45 -04:00
moppius
7fc65b6769 PR #6768: Show a progress bar when reimporting tiled Landscape (Contributed by moppius)
#rb patrick.enfedaque
#jira UE-90344


#ROBOMERGE-SOURCE: CL 12113392 via CL 12125959
#ROBOMERGE-BOT: (v659-12123632)

[CL 12126204 by richard malo in Main branch]
2020-03-11 10:36:29 -04:00
moppius
677c271cfd PR #6767: Clarified function and parameter names in FWorldTileModel and UWorldComposition (Contributed by moppius)
#rb patrick.enfedaque
#jira UE-90343

[CL 12114660 by Richard Malo in Main branch]
2020-03-10 15:03:22 -04:00
richard malo
b95c944970 Stored reimport weightmap paths per tile when importing a tiled landscape (based on PR 6755 by moppius)
#jira none
#rb patrick.enfedaque

#ROBOMERGE-SOURCE: CL 12085213 in //UE4/Release-4.25/... via CL 12085310
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v657-12064184)

[CL 12085391 by richard malo in Main branch]
2020-03-09 14:42:26 -04:00
jonathan bard
bdfe8dd045 Undo changelist 11839969 to fix cooking-related crash.
#rb jean-francois.dube
#jira UE-89888

#ROBOMERGE-SOURCE: CL 11876474 in //UE4/Release-4.25/... via CL 11876526
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781)

[CL 11876594 by jonathan bard in Main branch]
2020-03-03 13:51:27 -05:00
jonathan bard
f3b1e1a259 * Various fixes to WorldBrowser and scripted streaming level creation to avoid crashing when setting an invalid level name
* Repair world streaming levels when they point to an invalid level package

#rb jean-francois.dube
#jira none

#ROBOMERGE-SOURCE: CL 11839969 in //UE4/Release-4.25/... via CL 11839994
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781)

[CL 11840026 by jonathan bard in Main branch]
2020-03-02 14:21:36 -05:00
bob tellez
ff8134f279 #UE4 Give FLevelFolders a FGCObject referencer name so it shows up in debug commands
#ROBOMERGE-SOURCE: CL 11215516 via CL 11215522
#ROBOMERGE-BOT: (v644-11213502)

[CL 11224908 by bob tellez in Main branch]
2020-02-04 17:58:11 -05:00
patrick enfedaque
3dd240ed6f Grass Optims:
- Precompute Greatest Cull Distance and Early Out (based on a git pull request)
- Avoid list allocation per UpdateGrass by making it static (non-threaded code)
- Limit Component Creation to all Proxies (not per proxy anymore)

#rb jeanfrancois.dube, richard.malo
[FYI] jordan.cristiano, andrew.ladenberger


#ROBOMERGE-SOURCE: CL 11080488 via CL 11080492 via CL 11080494
#ROBOMERGE-BOT: (v637-11041722)

[CL 11080496 by patrick enfedaque in Main branch]
2020-01-22 07:20:14 -05:00
bob tellez
b33286fadc #UE4 Several IWYU fixes
#ROBOMERGE-SOURCE: CL 11071083 via CL 11071084
#ROBOMERGE-BOT: (v637-11041722)

[CL 11071085 by bob tellez in Main branch]
2020-01-21 01:50:43 -05:00
richard malo
e2f56ac52c Fixed crash in WorldDetails accessing invalid Level
#rb patrick.enfedaque


#ROBOMERGE-SOURCE: CL 10994851 via CL 10994862
#ROBOMERGE-BOT: (v633-10983880)

[CL 10994872 by richard malo in Main branch]
2020-01-15 13:14:53 -05:00
ryan durand
627baf970a Updating copyright for Engine Editor.
#rnx
#rb none


#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870586 by ryan durand in Main branch]
2019-12-26 15:33:43 -05:00
Robert Manuszewski
7b6f840f7f Copying //UE4/Dev-Core @ 10708550 to Dev-Main (//UE4/Dev-Main)
#rb none

[CL 10708666 by Robert Manuszewski in Main branch]
2019-12-13 11:07:03 -05:00
patrick enfedaque
d0d9a7e9e3 Fix Level LOD was including Foliage now that MergeMesh doesn't exclude ISM anymore.
#jira UE-84898
#rb sebastien.lussier
#rnx
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 10369900 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v594-10333955)

[CL 10369901 by patrick enfedaque in Main branch]
2019-11-22 08:02:30 -05:00
Patrick Enfedaque
d62d1195c4 Editing LevelPartitionGrid: Edigrate from //dev-editor-openworld
Multiple engine changes needed to support LevelGrid

#rb jeanfrancois.dube, sebastien.lussier, richard.malo
#rnx


#ROBOMERGE-OWNER: Patrick.Enfedaque
#ROBOMERGE-AUTHOR: patrick.enfedaque
#ROBOMERGE-SOURCE: CL 10318590 via CL 10318595
#ROBOMERGE-BOT: (v593-10286020)

[CL 10318965 by Patrick Enfedaque in Main branch]
2019-11-20 09:47:23 -05:00
marc audy
dbcf07a558 Use new inline versions of substring functions
Fix up nearby cases where ESearchCase::CaseSensitive should have been used
#jira
#rnx
#rb

#ROBOMERGE-OWNER: marc.audy
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 10309793 via CL 10309818
#ROBOMERGE-BOT: (v593-10286020)

[CL 10309932 by marc audy in Main branch]
2019-11-19 13:27:07 -05:00
patrick enfedaque
b35cb34394 Fix Enable World Composition not populating Sub-Levels in the Levels Window
#jira UE-84336
#rb jeanfrancois.dube
#rnx

#ROBOMERGE-SOURCE: CL 10263191 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v591-10236483)

[CL 10263194 by patrick enfedaque in Main branch]
2019-11-15 13:50:12 -05:00
jeanfrancois dube
9d6db3125c FWorldBrowserModule: keep a sharedptr to the world model instead of a weakptr.
#jira UE-80992
#rb francis.hurteau
[FYI] lauren.ridge

#ROBOMERGE-SOURCE: CL 9954973 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v558-9892490)

[CL 9954979 by jeanfrancois dube in Main branch]
2019-11-01 09:20:30 -04:00
Chris Gagnon
8ab0638182 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) for 4.24
#rb none

[CL 9325047 by Chris Gagnon in Main branch]
2019-10-01 20:41:42 -04:00
jon nabozny
6b60663f39 Update Engine and Plugins to use the new Getters / Setters for UActorComponent, USceneComponent, and AActor replicated properties
[at]Ryan.Gerleve, [at]Brian.Bekich
#rb None


#ROBOMERGE-OWNER: jon.nabozny
#ROBOMERGE-AUTHOR: jon.nabozny
#ROBOMERGE-SOURCE: CL 9290108 via CL 9290249
#ROBOMERGE-BOT: (v452-9288972)

[CL 9290520 by jon nabozny in Main branch]
2019-09-29 16:49:10 -04:00