Files
FNGameProj/FortniteGame.uproject
T
Zylox 9c8ec52a99 Added Stuff
Added Pawn Stuff(Not finished)
Added all GamePlaytags
Added some Datatables with full data
Fixed CustomCharacterPart Parent
2022-08-21 20:35:39 +02:00

24 lines
397 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "{B9E10DB1-4B4B-5141-58E7-29B565E6E6B5}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FortniteGame",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"CoreUObject",
"GameplayAbilities"
]
}
],
"Plugins": [
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}