Commit Graph

3 Commits

Author SHA1 Message Date
Lauren Barnes
6248f8d412 Replacing legacy EditorStyle calls with AppStyle
#preflight 6272a74d2f6d177be3c6fdda
#rb Matt.Kuhlenschmidt

#ROBOMERGE-OWNER: Lauren.Barnes
#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20057269 via CL 20070159 via CL 20072035 via CL 20072203
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
#ROBOMERGE-CONFLICT from-shelf

[CL 20105363 by Lauren Barnes in ue5-main branch]
2022-05-09 13:12:28 -04:00
mikko mononen
898275734f Property Bag: UPropertyBag and FInstancedPropertyBag
- Property bags allows to create customs structs via code or UI and store them in an property bag instance
- Bags are identified by their layout, a UScriptStruct is created for each unique layout
- The instances serialize the layout, not the type, to simplify handling with old data
- Property values can be migrated between different bags

#jira UE-147507
#review
#preflight 625e96dbdb15ac92db919089

[CL 19806374 by mikko mononen in ue5-main branch]
2022-04-19 07:13:19 -04:00
Mieszko Zielinski
2266451827 Moved StructUtils plugin out of NotForLicensees and marked it as experimental.
#rb Mikko.Mononen
#preflight 607e6c0ed4e6700001476800

[CL 16058905 by Mieszko Zielinski in ue5-main branch]
2021-04-20 02:43:47 -04:00