Kit network
12 ferramentas. Gerado a partir do código-fonte do plugin; não edite manualmente.
As descrições das ferramentas e dos argumentos são exibidas em inglês porque espelham o schema das ferramentas (o mesmo texto que o agente recebe em
tools/list).
Ferramentas
Legenda. risco 0 = somente leitura, 1 = operação inofensiva do editor, 2 = altera asset, 3 = apaga/substitui asset, 4 = projeto/config/build, 5 = potencialmente destrutivo (chamadas acima de
MaxAutoRiskexigem"_confirm": true). altera = roda numa transação (edit.undo reverte). requer PIE / requer mundo = recusado sem sessão PIE / sem nível aberto. requer plugin = indisponível quando o plugin está desativado. dryRun = aceita o argumentodryRun. smoke = coberto poredit.self_test.
network.get_actor_state (risco 0, requer mundo, smoke)
Reports an editor-world actor's roles, bound driver and current replication values.
| Argumento | Tipo | Descrição |
|---|---|---|
actor | string | obrigatório. Editor-world actor label, name, or path. |
Retorna: state.
network.get_class_replication_defaults (risco 0, smoke)
Returns portable replication defaults from an actor class default object.
| Argumento | Tipo | Descrição |
|---|---|---|
class | string | obrigatório. Actor class, Blueprint asset, or generated class path. |
Retorna: replication.
network.get_connection_state (risco 0, requer PIE)
Returns one live connection's public driver role and object identity with endpoint data redacted.
| Argumento | Tipo | Descrição |
|---|---|---|
connection | string | obrigatório. Connection object path reported by network.list_connections. |
Retorna: connection.
network.get_iris_status (risco 0, UE 5.0+, smoke)
Reports whether Iris runtime modules are present and already loaded; it never enables Iris or changes driver configuration.
Sem argumentos.
Retorna: feature, present, loaded, modules, message.
network.get_replication_graph_status (risco 0, smoke)
Reports whether the ReplicationGraph plugin/module is present and already loaded; it never loads or configures it.
Sem argumentos.
Retorna: feature, present, loaded, modules, message.
network.get_rpc_function (risco 0, smoke)
Returns one RPC's reflected flags and input parameters.
| Argumento | Tipo | Descrição |
|---|---|---|
function | string | obrigatório. RPC function name. |
Retorna: class, rpc.
network.get_runtime_diagnostics (risco 0, smoke)
Summarizes live world net modes and public net-driver connection state.
Sem argumentos.
Retorna: netModes, notes.
network.list_connections (risco 0, requer PIE, smoke)
Lists live client/server connection objects for PIE without exposing endpoint addresses.
Sem argumentos.
Retorna: connections, count.
network.list_net_drivers (risco 0, smoke)
Lists public net drivers associated with every live engine world context.
Sem argumentos.
Retorna: drivers, worldCount, driverCount.
network.list_rep_notifies (risco 0, smoke)
Lists replicated properties with RepNotify callbacks and their reflected callback names.
| Argumento | Tipo | Descrição |
|---|---|---|
nameContains | string | Case-insensitive function or property-name substring. |
includeInherited | boolean | Include members inherited from parent classes. Padrão true. |
Retorna: class, properties, count.
network.list_replicated_properties (risco 0, smoke)
Lists reflected properties marked for replication without editing Blueprint or component settings.
| Argumento | Tipo | Descrição |
|---|---|---|
nameContains | string | Case-insensitive function or property-name substring. |
includeInherited | boolean | Include members inherited from parent classes. Padrão true. |
Retorna: class, properties, count.
network.list_rpc_functions (risco 0, smoke)
Lists RPC functions and their direction, reliability and input parameters.
| Argumento | Tipo | Descrição |
|---|---|---|
nameContains | string | Case-insensitive function or property-name substring. |
includeInherited | boolean | Include members inherited from parent classes. Padrão true. |
Retorna: class, rpcs, count.