Skip to content

Add "CrossServer" RPC flag #39

Description

@indiest

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions