Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "CrossServer" RPC flag #39

Open
indiest opened this issue Jun 13, 2023 · 0 comments
Open

Add "CrossServer" RPC flag #39

indiest opened this issue Jun 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@indiest
Copy link
Collaborator

indiest commented Jun 13, 2023

As of v0.6, cross-server RPC is supported via routing the server RPC (EFunctionFlags::FUNC_NetServer) to the authoratative server.

The implementation has a drawback: it exposes the RPC that should only be used by servers to the clients.

To fix this, ChanneldUE should extend the EFunctionFlags to support server-to-server-only RPC.

Ideally, the new function flag can be used both in C++ and Blueprint without modifying the engine.

Stakeholder: @laughxing

@indiest indiest added the enhancement New feature or request label Jun 13, 2023
@indiest indiest added this to the v0.7 milestone Jun 13, 2023
@indiest indiest moved this to 📋 Backlog in ChanneldUE Jun 13, 2023
@indiest indiest removed this from the v0.7 milestone Aug 28, 2023
@indiest indiest removed the status in ChanneldUE Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant