Add attribute menu input processor

This commit is contained in:
2026-04-26 21:02:35 +08:00
parent 57363d9e7f
commit baeb4098c9
11 changed files with 227 additions and 58 deletions

View File

@@ -4,3 +4,4 @@ bRouteInputThroughGenericInputSystem=True
bBlockGameplayInputWhenUIFocused=True
DefaultMoveInputProcessorClass="/Script/PHY.PHYInputProcessor_Move"
DefaultLookInputProcessorClass="/Script/PHY.PHYInputProcessor_Look"
DefaultAttributeMenuInputProcessorClass="/Script/PHY.PHYInputProcessor_OpenAttributeMenu"