StaticcallGets the unique ID of this RPC call.
The call ID.
StaticconnectionGets the ID of the connection that sent this RPC.
The sender connection ID, or kNetConnectionIdInvalid for local calls.
StaticcontextGets the session context for this RPC call.
The session context.
StaticobjectGets the target instance's NetObjectId.
The target NetObjectId.
StaticreturnGets the return value if one was set.
The return value payload, or nullptr if none was set.
StaticsceneGets the active scene from the session context.
The active scene, or nullptr if no scene is active.
StaticsceneGets the SceneNodeManager from the active scene.
The SceneNodeManager, or nullptr if no scene is active.
Staticscope
Global context set during RPC invocation.
Note
Provides access to the calling connection and allows setting a return value. The context is only valid during the RPC handler execution.