Commit Graph

352 Commits

Author SHA1 Message Date
aditya ravichandran
d822cb508a Add an option to the Outliner to bulk edit components in the Property Matrix
#rb jeanmichel.dignard
#preflight 646fc7ef560bb18621ab144b

[CL 25647201 by aditya ravichandran in ue5-main branch]
2023-05-26 12:51:22 -04:00
aditya ravichandran
07f12688e4 Property Matrix Reskin
#rb JeanMichel.Dignard
#preflight 646413f5fa4cf41651def1a5

[CL 25507370 by aditya ravichandran in ue5-main branch]
2023-05-17 10:49:51 -04:00
MikBou123
fc82146553 PR #10368: GroupActors: Add a FixupGroupActors function (Contributed by MikBou123)
#rb brooke.hubert
#Jira UE-183854
#preflight 644c4752877716c8783b8148

[CL 25244749 by MikBou123 in ue5-main branch]
2023-04-28 18:51:58 -04:00
KristofMorva
aef8f4860f Add a Browse button to the Level Editor Toolbar
#rb aditya.ravichandran
#preflight 644a98819c50ddcc0bbd69ae

#ushell-cherrypick of 25215039 by kristof.morva1

[CL 25216467 by KristofMorva in ue5-main branch]
2023-04-27 11:58:56 -04:00
scott nelson
15371dad4c Fix entity delete and right click save on level assets not generating UEFN Playsets
#rb Dave.Belanger
#preflight 6441bc6f641e2c3cb462a5bf

[CL 25175438 by scott nelson in ue5-main branch]
2023-04-24 23:20:03 -04:00
christopher waters
1d059a118a Fixing CanExecutePreviewPlatform to work correctly with multiple conditional disables. By returning early when checking the first condition, the other conditions were being skipped over, which led to things like being able to preview SM6 from a SM5 max capable runtime.
#rb florin.pascu, yuriy.odonnell
#preflight 6439d85bec219759f53f8178

[CL 25089286 by christopher waters in ue5-main branch]
2023-04-18 12:49:39 -04:00
jeannoe morissette
bbb5036ce4 Further block Vulkan_SM5 as a preview mode until all issues can be resolved.
#rb Florin.Pascu
#jira UE-181998
#preflight 642f0f28ce7fbea1eea0dac4
#rnx
#lockdown

[CL 24977303 by jeannoe morissette in ue5-main branch]
2023-04-10 10:30:09 -04:00
yoan stamant
751d0d834c Added Editor BuildMenu support for custom build types registered to EditorBuildUtils
#rnx
#rb mikko.mononen
#preflight 642d65846a37fb35e983f101

[CL 24928769 by yoan stamant in ue5-main branch]
2023-04-05 11:21:14 -04:00
jeannoe morissette
e12504b6f7 Vulkan: Fix the missing "Disable Preview" option in in Vulkan when using preview modes. Disable preview modes for the same FeatureLevel until all issues are resolved.
#rb Florin.Pascu
#jira UE-171188
#preflight 64258b4a710ec8400fdafbd8
#rnx
#lockdown mihnea.balta

[CL 24854662 by jeannoe morissette in ue5-main branch]
2023-03-30 11:19:46 -04:00
jonathan bard
699c1f06e2 Removed the deprecated baked landscape GI texture system
#rb krzysztof.narkowicz
#jira UE-164430
#preflight 641478cc3f3d31c94a885f16

[CL 24783334 by jonathan bard in ue5-main branch]
2023-03-24 14:04:36 -04:00
Florin Pascu
106ea7508c Preparation changes for removing FeatureLevel from World
FeatureLevel is Deprecated
Add Setter/Getter for FeatureLevel
NextStep: Make GetFeatureLevel returns DDSPI::GetFeatureLevel, remove FeatureLevel memberfrom UWorld
#jira UE-168551
#rb christopher.waters
#preflight 63ff5e49f43e53f6811c86a4

[CL 24461796 by Florin Pascu in ue5-main branch]
2023-03-01 09:41:33 -05:00
michael balzer
9df5b5cd07 Update Landscape Build menu entries
#preflight 63efdb2a3c1eb56f05d5bb5c
#rb jonathan.bard

[CL 24292414 by michael balzer in ue5-main branch]
2023-02-17 17:15:39 -05:00
jonathan bard
6e7a97825e Fixed common typo (verticies->vertices)
#rb trivial
#skipci
#rnx

[CL 24061364 by jonathan bard in ue5-main branch]
2023-02-07 17:42:45 -05:00
JeanMichel Dignard
61bf83f261 Level Editor: Added a Show Subcomponents flag
- When true, all components that are part of the selection set will draw their vizualizers.
- When false, only the selected components and the selected actors root components will draw their vizualizers.
- Defaults to true.

#jira UE-171442
#rb lauren.barnes
#preflight 63cab8b76446bf36f2d1dc66

[CL 23791220 by JeanMichel Dignard in ue5-main branch]
2023-01-20 11:36:43 -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
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
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
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
henrik karlsson
b5b86c796c This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
#preflight 6355d4940313c24974b2107b
#rb none

[CL 22783162 by henrik karlsson in ue5-main branch]
2022-10-26 12:57:32 -04:00
jeanfrancois dube
9159844176 Editor Replace Actor: added an option to avoid copying related properties between old and new actor. The original behavior is kept, which was to copy related properties.
#rb richard.malo, philippe.deseve
[FYI] chris.kay
#preflight 635191487261e565c433b464
#rnx

[CL 22707957 by jeanfrancois dube in ue5-main branch]
2022-10-21 22:27:54 -04:00
zach rammell
dfebca09f6 Typed Element Copy Paste
#jira UE-152986
#rb brooke.hubert ronald.koppers
#preflight 63488304ce524ed356a33f3e

[CL 22513422 by zach rammell in ue5-main branch]
2022-10-13 17:58:55 -04:00