| AgentSkillAllowedNames |
TArray< FString > |
When non-empty, only AgentSkills whose paths match one of these patterns are visible. |
ToolsetRegistry/ToolsetRegistrySubsystem.h |
- Config
- EditAnywhere
- Category="Agent Skills"
|
| AgentSkillBlockedNames |
TArray< FString > |
AgentSkills whose paths match any of these patterns are hidden from ListSkills and GetSkills. |
ToolsetRegistry/ToolsetRegistrySubsystem.h |
- Config
- EditAnywhere
- Category="Agent Skills"
|
| AllowedNames |
TArray< FString > |
When non-empty, only toolsets and tools whose names match one of these patterns are visible. |
ToolsetRegistry/ToolsetRegistrySubsystem.h |
- Config
- EditAnywhere
- Category="Toolsets"
- Meta=(DisplayName="ToolsetAllowedNames")
|
| BlockedNames |
TArray< FString > |
Toolsets and tools whose names match any of these patterns are hidden. |
ToolsetRegistry/ToolsetRegistrySubsystem.h |
- Config
- EditAnywhere
- Category="Toolsets"
- Meta=(DisplayName="ToolsetBlockedNames")
|
| SetObjectPropertiesBlockedClasses |
TArray< FString > |
Classes whose instances must be rejected by UToolsetLibrary::SetObjectProperties. |
ToolsetRegistry/ToolsetRegistrySubsystem.h |
- Config
- EditAnywhere
- Category="SetObjectProperties Block List"
|
| SetObjectPropertiesBlockedProperties |
TArray< FString > |
Class/property pairs that must be rejected by UToolsetLibrary::SetObjectProperties. |
ToolsetRegistry/ToolsetRegistrySubsystem.h |
- Config
- EditAnywhere
- Category="SetObjectProperties Block List"
|