Construct Ability System Component and Attribute Set

This commit is contained in:
2024-11-18 20:20:40 -04:00
parent 0b02776458
commit 97fded2abb
11 changed files with 100 additions and 5 deletions

View File

@ -9,7 +9,8 @@
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
"Engine",
"GameplayAbilities"
]
}
],
@ -29,6 +30,10 @@
{
"Name": "RenderDocPlugin",
"Enabled": false
},
{
"Name": "GameplayAbilities",
"Enabled": true
}
],
"TargetPlatforms": [