#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870586 by ryan durand in Main branch]
Flags must be enums with integral values. Powers of two are not checked for to allow for the use of combinations of flags, eg. Foo = 1, Bar = 2, FooAndBar = Foo | Bar.
#rb chris.gagnon
[CL 9580343 by sebastian nordgren in Dev-Editor branch]
Edit conditions are now correctly applied to fields of nested structs.
#jira UE-76079
#rb chris.gagnon
[FYI] jamie.dale
#ROBOMERGE-SOURCE: CL 6969280 in //UE4/Dev-Editor/...
#ROBOMERGE-BOT: ENGINE (Dev-Editor -> Main) (v366-6836689)
[CL 6969287 by sebastian nordgren in Main branch]
Edit conditions are now correctly applied to fields of nested structs.
#jira UE-76079
#rb chris.gagnon
#fyi jamie.dale
#robomerge UE4-Main
[CL 6969280 by sebastian nordgren in Dev-Editor branch]
Fixed enum value evaluation when a property is stored as a TEnumAsByte. Split EditConditionContext into its own file. Added unit tests using UObject to confirm that edit conditions don't break in the future.
#jira UE-75420
#rb chris.gagnon
#lockdown chris.gagnon
[CL 6829359 by sebastian nordgren in Dev-Editor branch]