Commit Graph

1226 Commits

Author SHA1 Message Date
christopher waters
0d5b23e2e3 Adding includes to prepare for a header dependency cleanup.
#preflight 63b5e0bfff7b9ad7030f0f81

[CL 23581920 by christopher waters in ue5-main branch]
2023-01-04 17:07:40 -05:00
florin pascu
a34e8d2783 Resolve crash caused by UWorld being GC while in PIE
#rb Carl.Lloyd
#preflight 63b52fd2c6265e21bc4214b0

[CL 23580168 by florin pascu in ue5-main branch]
2023-01-04 15:46:35 -05:00
brooke hubert
6cd446831e Remove experimental level editor and remove the corresponding setting
#rnx
#Jira none
#rb none
#preflight 63b46501c16855964d68326c

[CL 23567638 by brooke hubert in ue5-main branch]
2023-01-03 12:40:23 -05:00
christopher waters
6e30ddb01e Dependency cleanup around DataDrivenShaderPlatformInfo and a few other headers.
#preflight 63921e6a67018b14b5925197

[CL 23454104 by christopher waters in ue5-main branch]
2022-12-08 15:35:35 -05:00
sebastien lussier
477403f8b8 Renamed "Build Minimap" to "Build World Partition Editor Mininmap" to remove confusion with in-game or HUD minimap
#rb trivial

[CL 23436754 by sebastien lussier in ue5-main branch]
2022-12-07 18:22:14 -05:00
Charles deRousiers
cfa7271da9 Fix crash when in level editor when hairstrands plugin is not enabled.
#rb none
#jira none
#preflight skip

[CL 23429329 by Charles deRousiers in ue5-main branch]
2022-12-07 11:17:25 -05:00
Charles deRousiers
af6aa8b792 * Add groom view mode menu to level editor
* Unify most groom debug rendering to go through view more rather than CVars

#rb none
#jira none
#preflight 63909a4b0d013d47ef1cee7e

[CL 23427771 by Charles deRousiers in ue5-main branch]
2022-12-07 09:21:47 -05:00
aditya ravichandran
c0e19c7785 Outliner: Fix an issue causing two "Virtual Production" categories in the filter bar
#jira UE-171716
#rb Alejandro.Arango
#preflight 638f948fc0652bbec27f9014

[CL 23414957 by aditya ravichandran in ue5-main branch]
2022-12-06 15:01:08 -05:00
aditya ravichandran
b22780c12b Outliner: Fix an issue causing duplicate filters when you load the layout
#jira UE-171700
#rb lauren.barnes
#preflight 638a20e49242c013262a09c7

[CL 23373580 by aditya ravichandran in ue5-main branch]
2022-12-02 11:09:26 -05:00
sebastian nordgren
18d666bfa5 The File > Recent Levels submenu now contains a Clear Recent Levels command.
#jira UE-151889
#rb lauren.barnes
#preflight 6388a585b21cdd3a26117a55

[CL 23352735 by sebastian nordgren in ue5-main branch]
2022-12-01 10:37:09 -05:00
zach brockway
c1bb0ca4e1 Virtual Scouting: Fix shift-v hotkey exit for modes which do not derive from UVREditorMode. Followup to Release-5.1 hotfix change merged in CL 23300617.
#jira UE-167744, UE-168482
#rb none
#rnx
#preflight 63877b04b21cdd3a26c50a9d

[CL 23331095 by zach brockway in ue5-main branch]
2022-11-30 11:03:24 -05:00
zach brockway
404ef43732 Virtual Scouting: Delayed initialization fixes.
- Fix crashes related to interaction profile future remaining unresolved, or being fulfilled at unexpected times (e.g. during editor shutdown).
 - Ensure FVREditorModeManager is cleaned up during ShutdownModule, which prevents a crash in TMulticastDelegateBase::RemoveAll.
 - Fix shift+V hotkey exit during the period prior to determining the interaction profile, where Virtual Scouting mode is only partially initialized.

#jira UE-167744, UE-168482
#rb jason.walter
#preflight 637edf4b33774509001100bf
#lockdown Alejandro.Arango

[CL 23300617 by zach brockway in ue5-main branch]
2022-11-28 19:29:16 -05:00
aditya ravichandran
338fb4be16 Replace some remaining instances of "Source Control" with "Revision Control" in text
#rb JeanMichel.Dignard, Robb.Surridge

[CL 23251078 by aditya ravichandran in ue5-main branch]
2022-11-23 12:08:16 -05:00
aditya ravichandran
f8b7ee5555 Replace any instances of "Source Control" with "Revision Control" in text in the Editor
#rb JeanMichel.Dignard, Robb.Surridge
#preflight 637d180efa348e8480e8837e

[CL 23250808 by aditya ravichandran in ue5-main branch]
2022-11-23 11:57:50 -05:00
Robb Surridge
1c5db6cc79 Update tooltips for the Outliner.
#jira UE-169777
#rb aditya.ravichandran
#preflight 6376463c7f17df38a232edec

[CL 23176551 by Robb Surridge in ue5-main branch]
2022-11-17 10:55:38 -05:00
joe pribele
1d8537f20b changed PRAGMA_DISABLE_OPTIMIZATION to UE_DISABLE_OPTIMIZATION_SHIP
#preflight 6372ba60ee4d25f90ae3d207

[CL 23128414 by joe pribele in ue5-main branch]
2022-11-14 17:31:05 -05:00
florin pascu
e3aa838f7c Disable Preview button now named after the Editor Shader Platform
E.G.
[EditorShaderPlatformName]
(Disable Preview)

[CL 23072227 by florin pascu in ue5-main branch]
2022-11-10 01:53:20 -05:00
Max Chen
516e2a915e Sequencer: Make the Window->Cinematics->Sequencer menu item always clickable. If there is an existing Sequencer window, draw attention to it when the menu item is clicked.
#jira none
#preflight 6361b4379160784fc3d74bd6
#rb matt.hoffman

[CL 23033546 by Max Chen in ue5-main branch]
2022-11-08 13:51:40 -05:00
daren cheng
f7e3bb5c18 Expose multiple viewport-related editor behaviors to editor utility widgets.
#jira UE-76276
#rb Zach Rammell
#preflight 636849cfed07daaa9ac29226

[CL 23014324 by daren cheng in ue5-main branch]
2022-11-07 13:33:27 -05:00
steve robb
125fd0084e Removed explicit template parameters from calls to delegate creation functions.
#rb devin.doucette
#preflight 636416e31052c15f139cbadc

[CL 22968432 by steve robb in ue5-main branch]
2022-11-03 18:01:03 -04:00
henrik karlsson
fa90b399a4 Added includes for future change. This changelist only contains added #include and a couple of empty placeholder files
Tested compiling fortnite, unrealeditor, lyra, qagame with non-unity/pch

#preflight 63635997876630122adeab9f
#rb none

[CL 22958990 by henrik karlsson in ue5-main branch]
2022-11-03 14:18:47 -04:00
jamie dale
3cec31f2d9 Added "LevelViewportToolBar.RightExtension"
#rb Jason.Stasik

[CL 22890951 by jamie dale in ue5-main branch]
2022-11-01 16:31:03 -04:00
aditya ravichandran
7be93c5466 Outliner:
Add a filter and column to show Unsaved Assets.
Add a filter and modify the source control column to show uncontrolled assets
#jira UE-168231
#rb patrick.laflamme
#preflight 6361417a397c7af8966cec38

[CL 22890180 by aditya ravichandran in ue5-main branch]
2022-11-01 16:02:53 -04:00
daren cheng
f6c564b03b Address multiple typos for UEFN localization
#jira UE-166004 UE-168317
#rb Robb.Surridge
#preflight 6360165b7e083afb290e187f

[CL 22889284 by daren cheng in ue5-main branch]
2022-11-01 15:30:54 -04:00
jason stasik
87537585cc Show Browse button on actors that have a Browse To override
#rb jamie.dale,aditya.ravichandran
#preflight 6360271fcb46fbf4a82b0600

[CL 22876141 by jason stasik in ue5-main branch]
2022-10-31 20:56:21 -04:00