Einführung eines modularen Interaktionssystems: - Hinzufügen der `IInteractable`- und `IInteractionLookupProvider`-Schnittstellen. - Implementierung der `UInteractionComponent` zur Steuerung von Interaktionen (Tippen, Halten, Kontextmenü). - Integration der `InteractionComponent` in `KingshearthLegacyCharacter`. - Hinzufügen des `InteractionContextMenuWidget` für UI-Interaktionen. - Änderungen an `PlayerHUDWidget`, um Interaktions-Widgets zu unterstützen. - Neue Assets und Konfigurationsänderungen für Kollisionen und Redirects. - Verbesserte Modularität und Benutzerfreundlichkeit durch klare Trennung von Logik und Darstellung.
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__unreal-mcp__describe_toolset",
|
|
"mcp__unreal-mcp__call_tool",
|
|
"Bash(python *)",
|
|
"mcp__unreal-mcp__list_toolsets"
|
|
]
|
|
},
|
|
"enabledMcpjsonServers": [
|
|
"unreal-mcp"
|
|
]
|
|
}
|