feat: 增加了UI窗口和UI-控制器通信

This commit is contained in:
meishibiezb
2026-06-03 17:23:56 +08:00
parent 21b69f628e
commit 6c830a7a0f
12 changed files with 25 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
;METADATA=(Diff=true, UseCommands=true)
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
@@ -17,5 +18,7 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.UI.Hint",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.UI.Inventory",DevComment="")
+GameplayTagList=(Tag="Gameplay.Item.Property.Test",DevComment="")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/Inputs/IA/IA_Hint.uasset LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.