Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
| |
|
| Name |
UAgentSkill |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/AgentSkill.h |
| Include Path |
#include "ToolsetRegistry/AgentSkill.h" |
Syntax
UCLASS (Blueprintable, MinimalAPI)
class UAgentSkill : public UObject
Inheritance Hierarchy
Derived Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Description |
FString |
A brief description of what the skill does or how it should be used. |
ToolsetRegistry/AgentSkill.h |
- EditDefaultsOnly
- Category="AgentSkill"
- Meta=(MultiLine=true)
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Returns detailed information about how to use this skill. |
ToolsetRegistry/AgentSkill.h |
|
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Generates the final prompt text for the Agent Skill. |
ToolsetRegistry/AgentSkill.h |
- BlueprintNativeEvent
- Category="AgentSkill"
|
Protected Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual FString GeneratePrompt_Implementation
(
const FString& InitialInstructions
) const
|
|
ToolsetRegistry/AgentSkill.h |
- BlueprintNativeEvent
- Category="AgentSkill"
|