Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Exposed websocketController and webXRController to public API #124

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

lukehb
Copy link
Contributor

@lukehb lukehb commented Feb 25, 2023

In library/ the public API is a bit too locked down currently and prevents some common customizations, for example:

Users are unable to send or respond to custom websocket message without websocketController exposed.
Similarly, users are unable to configure their VR experience programmatically without the webXrController exposed.

These two controller have been exposed in this PR.

In ui-library/ the SettingsUI* types are not exposed, these allow the users to add custom settings.

These types have been exposed in this PR.

@lukehb lukehb merged commit d232421 into EpicGames:master Feb 25, 2023
@lukehb lukehb deleted the expose_ws_xr_controllers branch February 25, 2023 10:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant