Commit Graph

247 Commits

Author SHA1 Message Date
andrea botti
c4509f7b28 [RemoteControl] Add button to create controller from the PathBehavior
Added `CreateController` button in PathBehavior
Avoiding resetting selection when creating new controllers
Added soft refresh when changing controller/behavior selection

#rb Juan.Portillo
#jira UE-208528

[CL 32119117 by andrea botti in ue5-main branch]
2024-03-08 10:02:14 -05:00
andrea botti
da1381ba6c [RemoteControl] Lock toggle for RemoteControl
Lock toggle for Vectors/Rotators to make x/y/z maintain ratio when changing one

#rb Loris.Rossi
#jira UE-207471

[CL 31941974 by andrea botti in ue5-main branch]
2024-03-01 09:12:39 -05:00
andrea botti
4c06c3bbae [RemoteControl] Add RightClick Expose/Unexpose in DetailsPanel
Right Click details panel add Expose/Expose Sub-Property Option

#rb Matt.Chapman
#jira UE-207480

[CL 31810733 by andrea botti in ue5-main branch]
2024-02-26 13:34:37 -05:00
andrea botti
4403b05605 [RemoteControl] Add right click option to change Propid
#rb Matt.Chapman
#jira UE-207475

[CL 31803641 by andrea botti in ue5-main branch]
2024-02-26 10:19:12 -05:00
andrea botti
a1a311d81f [RemoteControl]
Add Group Id Drag and change it to create PropId Action

#rb Juan.Portillo
#jira UE-207477

[CL 31728210 by andrea botti in ue5-main branch]
2024-02-22 13:31:16 -05:00
andrea botti
b539c6b315 [RemoteControl]
Select first behaviour when selecting controller

#rb Juan.Portillo
#jira UE-207478

[CL 31725375 by andrea botti in ue5-main branch]
2024-02-22 12:20:40 -05:00
andrea botti
e2bc132853 [RemoteControl]
Controller Description placeholder to understand its writeable

#rb Juan.Portillo
#jira UE-207479

[CL 31721933 by andrea botti in ue5-main branch]
2024-02-22 10:40:26 -05:00
andrea botti
426fff8540 [RemoteControl]
Array Customization for Path behaviour to add Input button

#rb Juan.Portillo

[CL 31291814 by andrea botti in ue5-main branch]
2024-02-08 10:16:21 -05:00
andrea botti
e0eb948bb9 [RemoteControl]
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 31050149 by andrea botti in ue5-main branch]
2024-01-31 11:20:11 -05:00
andrea botti
d02090a902 [RemoteControl]
Make controller Id widget to not scale in height but always be centered

#jira UE-205268

[CL 31010146 by andrea botti in ue5-main branch]
2024-01-30 12:05:31 -05:00
andrea botti
369a8a5d83 [RemoteControl]
Rename controllers column from "Name" to "Controller Id"

#rb juan.portillo
#jira UE-205145

[CL 31009406 by andrea botti in ue5-main branch]
2024-01-30 11:51:08 -05:00
andrea botti
342e26f279 [RemoteControl]
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 30928835 by andrea botti in ue5-main branch]
2024-01-26 12:25:58 -05:00
andrea botti
440d435889 [RemoteControl]
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 30883734 by andrea botti in ue5-main branch]
2024-01-25 08:37:25 -05:00
andrea botti
2a1c6de61c [RemoteControl]
Fix PropertyId in certain cases will be displayed wrongly.

#rb brad.monahan

[CL 30780412 by andrea botti in ue5-main branch]
2024-01-22 13:30:57 -05:00
andrea botti
daf4c5271a [RemoteControl]
Sub-Property Id

#rb Juan.Portillo

[CL 30721354 by andrea botti in ue5-main branch]
2024-01-19 13:21:33 -05:00
marc audy
19e84555b3 Silence PVS warnings
[CL 30653812 by marc audy in ue5-main branch]
2024-01-17 01:34:02 -05:00
andrea botti
c5c3eb54be [RemoteControl]
Adding support for FVector2D Controller

#rb jeremie.roy

[CL 30624041 by andrea botti in ue5-main branch]
2024-01-15 16:06:36 -05:00
andrea botti
3e9cd2fee6 [RemoteControl]
UI change for ActionPanel and Behaviours

#rb Juan.Portillo

[CL 30618122 by andrea botti in ue5-main branch]
2024-01-15 09:14:40 -05:00
andrea botti
06444f17fc [RemoteControl]
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]
2024-01-12 13:05:37 -05:00
simon therriault
5f60dd6730 - Fixing PVS warning in remote control about useless condition
#rb andrea.botti

[CL 30592819 by simon therriault in ue5-main branch]
2024-01-12 10:08:06 -05:00
andrea botti
61195ecf40 [RemoteControl]
Adding controller description and made controller name unique

#rb Jean.Perrier

[CL 30514616 by andrea botti in ue5-main branch]
2024-01-09 15:36:16 -05:00
andrea botti
ec535b6172 [RemoteControl]
Fix issue 412245: Warnings in Build Engine Localization and Localize UnrealEditor Main

[CL 30485521 by andrea botti in ue5-main branch]
2024-01-08 13:25:06 -05:00
andrea botti
bad95429f7 [RemoteControl]
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]
2024-01-01 08:54:30 -05:00
andrea botti
66e554fc0d [RemoteControl]
Add multi selection for Actions and support for multi-selection for the commands.

#rb Matt.Chapman

[CL 30453592 by andrea botti in ue5-main branch]
2023-12-28 09:09:08 -05:00
andrea botti
e859843918 [RemoteControl]
Rebinding Property Still Sends Input Original Asset

#rb Jean.Perrier
#jira UE-202252

[CL 30451399 by andrea botti in ue5-main branch]
2023-12-27 09:56:03 -05:00