Added weapon class and data asset, weapons can be spawned to actor
This commit is contained in:
File diff suppressed because one or more lines are too long
21
Config/DefaultGameplayTags.ini
Normal file
21
Config/DefaultGameplayTags.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
;METADATA=(Diff=true, UseCommands=true)
|
||||
[/Script/GameplayTags.GameplayTagsSettings]
|
||||
ImportTagsFromConfig=True
|
||||
WarnOnInvalidTags=True
|
||||
ClearInvalidTags=False
|
||||
AllowEditorTagUnloading=True
|
||||
AllowGameTagUnloading=False
|
||||
FastReplication=False
|
||||
bDynamicReplication=False
|
||||
InvalidTagCharacters="\"\',"
|
||||
NumBitsForContainerSize=6
|
||||
NetIndexFirstBitSegment=16
|
||||
+GameplayTagRedirects=(OldTagName="Weapon.Slot1",NewTagName="Weapon.PrimarySlot")
|
||||
+GameplayTagList=(Tag="Weapon",DevComment="")
|
||||
+GameplayTagList=(Tag="Weapon.CanFire",DevComment="")
|
||||
+GameplayTagList=(Tag="Weapon.CanReload",DevComment="")
|
||||
+GameplayTagList=(Tag="Weapon.CanSwitch",DevComment="")
|
||||
+GameplayTagList=(Tag="Weapon.PrimarySlot",DevComment="")
|
||||
+GameplayTagList=(Tag="Weapon.SecondarySlot",DevComment="")
|
||||
+GameplayTagList=(Tag="Weapon.SpecialSlot",DevComment="")
|
||||
|
||||
Reference in New Issue
Block a user