While in the Operation Mode you are unable to toggle on the Logic Panel.
Switched position of the Logic Panel button and the Protocol button.
#rb Matt.Chapman
#jira UE-205303
[CL 31049032 by andrea botti in 5.4 branch]
Fix:
- Instead of Emptying the RealProperties in propId now we only add newer ones
- Crash when creating a behaviour
- Crash when copying some Struct
- Blocked copy of ObjectProperty value in PropId Action to avoid crash (For example with the Material)
- Added copy for Struct only if Allowed (Color/LinearColor/Vector/Rotation)
- Crash when calling OnObjectPropertyChanged in Preset because recursive in some case
- Changed from AddLambda to AddSPLambda
#rb Matt.Chapman
[CL 30932763 by andrea botti in 5.4 branch]
Fix:
- PropId not always working correctly in Game
- Float property will be treated as Double
- Color property will be treated as LinearColor
#rb Loris.Rossi
[CL 30883791 by andrea botti in 5.4 branch]
Conditional will execute actions that changed their value if the action condition evaluate to true based on the controller value.
#rb Jean.Perrier
[CL 30597649 by andrea botti in ue5-main branch]
Avoid Add Action button and drag and drop to add properties with warnings.
Fix behaviour conditions to either:
- All allow the property
- All don't allow the property
#rb Juan.Portillo
[CL 30459300 by andrea botti in ue5-main branch]
Adds text block property ApplyLineHeightToBottomLine
[REVIEW] [at]Yohann.DosSantos, [at]Vincent.Gauthier, [at]Patrick.Boutot, [at]Christian.Savoie, [at]JC.Authier
#tests: Tested in Editor
#rb yohann.dossantos
[CL 30412027 by viktor chlumsky in ue5-main branch]
Issues with these globals have been found while loading a Module referencing Remote Control on Mac OS.
The module was being loaded in PostConfigInit phase.
Possibly, the Remote Control globals were being initialized before the UObject system was loaded, thus causing a crash.
This CL converts those globals to static members of static functions, so that they are initialized only when requested, implying that the UObject system is loaded by then.
#rb Juan.Portillo
[CL 30375646 by dario mazzanti in ue5-main branch]