3 Commits

Author SHA1 Message Date
Dario Mazzanti
9dd0bf95f1 [Remote Control] Remote Control Logic - Adds Object controllers and Custom Texture controller
Adds support for some Object controllers:
- Static Mesh
- Material Interface
- Texture (as a custom controller)

Adds support for "custom" controllers, which can be considered as a specialized version of existing controller types
- Custom Texture controller is a specialized string controller loading a texture from a file path or from an asset, through a dedicated widget.

Known issues: transaction are not handled properly. It was difficult to differentiate between what's the expected RC handling of controllers and exposed properties, and the behavior resulting from undoing actions for these new controllers.

Further development of the Texture controller might include the creation of a dedicated struct e.g. FTextureSelector

#jira UE-184894
#rb Jeremie.Roy

[CL 25874085 by Dario Mazzanti in ue5-main branch]
2023-06-08 12:17:02 -04:00
Patrick Gross
b30d6e414f Remote Control Logic - Path Behaviour - External Textures
- Add HTTP Support

#rb paul.vincent
#jira UE-160531
#preflight 6381562cf514e1ded92fe754

[CL 23328349 by Patrick Gross in ue5-main branch]
2022-11-30 09:14:41 -05:00
Denys Dubinin
14d9673794 Remote Control Logic.
Runtime part is ready for review
#rb simon.therriault

#jira UE-146247
#preflight 62728aa8ec1566a70616aeb1

[CL 20041750 by Denys Dubinin in ue5-main branch]
2022-05-04 10:43:42 -04:00