Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/UAgentSkillToolset
Description
Updates an existing AgentSkill. This should ONLY be called after getting explicit direction or permission from the user.
| Name | UpdateSkill |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/AgentSkill.h |
| Include Path | #include "ToolsetRegistry/AgentSkill.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/AgentSkill.cpp |
UFUNCTION (Meta=(AICallable), Category="Agent Skill")
static bool UpdateSkill
(
const FString & SkillPath,
const FString & Description,
const FAgentSkillDetails & Details
)
True if the skill was updated.
Parameters
| Name | Remarks |
|---|---|
| SkillPath | The full path to the skill to modify i.e. /Game/Skills/MySkill.MySkill_C. |
| Description | The brief description of the skill. |
| Details | Detailed information about how to use the skill. |