Commit Graph

5 Commits

Author SHA1 Message Date
Richard Malo
f4221f17a7 Asset Actions "Replace Selected Actors" now transfers more properties : Actor Folder, Data Layers, IsSpatiallyLoaded flag and RuntimeGrid.
#rb jeanfrancois.dube, patrick.enfedaque
#jira UE-155925
#preflight 62a212411a21ec565c964e0d

[CL 20578595 by Richard Malo in ue5-main branch]
2022-06-09 12:13:16 -04:00
philippe deseve
8218e80ef1 UDataLayer deprecated in favor of UDataLayerInstance & UDataLayerAsset
UDeprecatedDataLayerInstance allows to boot level using deprecated UDataLayers
Worlds using DataLayer can run the DataLayerToAssetCommandlet to transition their existing DataLayers
FActorDataLayer interface is deprecated.
DataLayers Blueprint referencers should now use DataLayerAsset to retrieve DataLayerInstances.
DataLayer Code referencers should now use DataLayerAssets or DataLayerInstance FName to retrieve DataLayerInstances.
DataLayerLabels now only used for display/UI purpose
Relabeling DataLayers is not permitted anymore on new DataLayerInstances (allowed on UDeprecatedDataLayerInstance)
Added Changelist Validation for DataLayers
Added a column to the datalayer outliner showing any data layer errors.

#rb richard.mal jeanfrancois.dube
#preflight 623098c2050dc69468b6a297 (errors only related to lyra, which do not exist in this stream)

#ROBOMERGE-OWNER: philippe.deseve
#ROBOMERGE-AUTHOR: philippe.deseve
#ROBOMERGE-SOURCE: CL 19385808 via CL 19387392
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19389077 by philippe deseve in ue5-main branch]
2022-03-15 13:52:28 -04:00
aurel cordonnier
fc542f6cfd Merge from Release-Engine-Staging @ 18081189 to Release-Engine-Test
This represents UE4/Main @18073326, Release-5.0 @18081140 and Dev-PerfTest @18045971

[CL 18081471 by aurel cordonnier in ue5-release-engine-test branch]
2021-11-07 23:43:01 -05:00
Richard Malo
189c26b0d3 DataLayer: DataLayerSubsystem now loads DataLayerEditorModule at initialization (in editor) to avoid relying on DataLayer tab to be spawned by Level editor. We need to register custom PropertyTypeLayout for actor details to work properly.
#rb patrick.enfedaque

[CL 14834992 by Richard Malo in ue5-main branch]
2020-12-02 10:18:50 -04:00
Richard Malo
a961c2338b Added DataLayer browser & editing.
#rb jeanfrancois.dube, patrick.enfedaque

[CL 14597717 by Richard Malo in ue5-main branch]
2020-10-28 06:51:40 -04:00