Kit features
15 herramientas. Generado a partir del código fuente del plugin; no lo edites a mano.
Las descripciones de las herramientas y de los argumentos se muestran en inglés porque reflejan el schema de las herramientas (el mismo texto que el agente recibe en
tools/list).
Herramientas
Leyenda. riesgo 0 = solo lectura, 1 = operación inofensiva del editor, 2 = modifica un asset, 3 = elimina/reemplaza un asset, 4 = proyecto/configuración/build, 5 = potencialmente destructivo (las llamadas por encima de
MaxAutoRiskrequieren"_confirm": true). modifica = se ejecuta en una transacción (edit.undo la revierte). requiere PIE / requiere mundo = se rechaza sin una sesión PIE / sin un nivel abierto. requiere el plugin = no disponible cuando el plugin está desactivado. dryRun = acepta el argumentodryRun. smoke = cubierto poredit.self_test.
features.audit_asset (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
asset | string | obligatorio. GameFeatureData asset object path. |
features.create_data_asset (riesgo 2, modifica, requiere el plugin GameFeatures, smoke)
Creates an empty GameFeatureData asset (the data asset a Game Feature plugin root carries); actions and scan entries are edited in the asset editor.
| Argumento | Tipo | Descripción |
|---|---|---|
folder | string | obligatorio. Destination folder under /Game (Game Feature plugins use their own mount point, e.g. /MyFeature). |
name | string | obligatorio. Asset name without spaces, slashes, or dots; a plugin's root data asset is normally named after the plugin. |
features.get_active_by_url (riesgo 0, requiere el plugin GameFeatures)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
pluginUrl | string | obligatorio. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_asset (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
asset | string | obligatorio. GameFeatureData asset object path. |
features.get_capabilities (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
folder | string | Content folder to inspect. Valor predeterminado TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Valor predeterminado true. |
limit | integer | Maximum returned assets, from 1 to 1000. Valor predeterminado 100. |
features.get_install_progress (riesgo 0, requiere el plugin GameFeatures)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
pluginUrl | string | obligatorio. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_plugin_filename (riesgo 0, requiere el plugin GameFeatures)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
pluginUrl | string | obligatorio. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_runtime_state (riesgo 0, UE 5.1+, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
pluginUrl | string | obligatorio. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_settings (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
folder | string | Content folder to inspect. Valor predeterminado TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Valor predeterminado true. |
limit | integer | Maximum returned assets, from 1 to 1000. Valor predeterminado 100. |
features.list_actions (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
asset | string | obligatorio. GameFeatureData asset object path. |
features.list_active (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
folder | string | Content folder to inspect. Valor predeterminado TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Valor predeterminado true. |
limit | integer | Maximum returned assets, from 1 to 1000. Valor predeterminado 100. |
features.list_assets (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
folder | string | Content folder to inspect. Valor predeterminado TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Valor predeterminado true. |
limit | integer | Maximum returned assets, from 1 to 1000. Valor predeterminado 100. |
features.list_primary_asset_types (riesgo 0, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
asset | string | obligatorio. GameFeatureData asset object path. |
features.preflight_transition (riesgo 0, UE 5.1+, requiere el plugin GameFeatures, smoke)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
pluginUrl | string | obligatorio. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.resolve_plugin_name (riesgo 0, UE 5.1+, requiere el plugin GameFeatures)
Sin descripción.
| Argumento | Tipo | Descripción |
|---|---|---|
pluginName | string | obligatorio. Game Feature plugin name. |