Kit features
15 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.
features.audit_asset (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
asset | string | obrigatório. GameFeatureData asset object path. |
features.create_data_asset (risco 2, altera, requer 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 | Descrição |
|---|---|---|
folder | string | obrigatório. Destination folder under /Game (Game Feature plugins use their own mount point, e.g. /MyFeature). |
name | string | obrigatório. Asset name without spaces, slashes, or dots; a plugin's root data asset is normally named after the plugin. |
features.get_active_by_url (risco 0, requer plugin GameFeatures)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
pluginUrl | string | obrigatório. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_asset (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
asset | string | obrigatório. GameFeatureData asset object path. |
features.get_capabilities (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
folder | string | Content folder to inspect. Padrão TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Padrão true. |
limit | integer | Maximum returned assets, from 1 to 1000. Padrão 100. |
features.get_install_progress (risco 0, requer plugin GameFeatures)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
pluginUrl | string | obrigatório. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_plugin_filename (risco 0, requer plugin GameFeatures)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
pluginUrl | string | obrigatório. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_runtime_state (risco 0, UE 5.1+, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
pluginUrl | string | obrigatório. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.get_settings (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
folder | string | Content folder to inspect. Padrão TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Padrão true. |
limit | integer | Maximum returned assets, from 1 to 1000. Padrão 100. |
features.list_actions (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
asset | string | obrigatório. GameFeatureData asset object path. |
features.list_active (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
folder | string | Content folder to inspect. Padrão TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Padrão true. |
limit | integer | Maximum returned assets, from 1 to 1000. Padrão 100. |
features.list_assets (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
folder | string | Content folder to inspect. Padrão TEXT("/Game"). |
recursive | boolean | Include assets below Folder. Padrão true. |
limit | integer | Maximum returned assets, from 1 to 1000. Padrão 100. |
features.list_primary_asset_types (risco 0, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
asset | string | obrigatório. GameFeatureData asset object path. |
features.preflight_transition (risco 0, UE 5.1+, requer plugin GameFeatures, smoke)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
pluginUrl | string | obrigatório. Game Feature plugin URL, normally a file: URL or registered built-in plugin URL. |
features.resolve_plugin_name (risco 0, UE 5.1+, requer plugin GameFeatures)
Sem descrição.
| Argumento | Tipo | Descrição |
|---|---|---|
pluginName | string | obrigatório. Game Feature plugin name. |