Add animation Montage triggered through ability to play different Montage Sections.

This commit is contained in:
Caleb Buhungiro
2025-07-09 12:32:45 +08:00
parent 659e94c752
commit 0e12b3d0c3
10 changed files with 178 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
;METADATA=(Diff=true, UseCommands=true)
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
@@ -11,4 +12,10 @@ InvalidTagCharacters="\"\',"
NumBitsForContainerSize=6
NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="ability.basicattack",DevComment="Ability Tag assigned to basic attack abilities")
+GameplayTagList=(Tag="ability.combo.change",DevComment="")
+GameplayTagList=(Tag="ability.combo.change.combo01",DevComment="")
+GameplayTagList=(Tag="ability.combo.change.combo02",DevComment="")
+GameplayTagList=(Tag="ability.combo.change.combo03",DevComment="")
+GameplayTagList=(Tag="ability.combo.change.combo04",DevComment="")
+GameplayTagList=(Tag="ability.combo.change.end",DevComment="")