Files
UnrealEngineUWP/Engine/Source/Editor/LevelEditor
karen jirak 7664dff26f Create CVars to enable\disable the card layout and if it is enabled, hide or show the component editor.
Updated CoreEntityDetailsFilter to introduce the following CVars:

If true, enables the card layout, else core entities will use Classic details panel:
CoreEntity.DetailsPanel.DetailsPanelEnableCardLayout

If in Card layout and true, shows the component editor:
CoreEntity.UI.ForceShowComponentEditor

Also updated SActorDetails.cpp to use CoreEntity.UI.ForceShowComponentEditor to show and hide the component editor.

#jira UE-194008
#rb brooke.hubert

[CL 27420238 by karen jirak in ue5-main branch]
2023-08-28 15:09:12 -04:00
..