Files
FNGameProj/FortniteGame.uproject
T

51 lines
818 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "4.25",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FortniteGame",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"OnlineSubsystemMcp",
"CoreUObject",
"Engine",
"GameplayAbilities",
"ReplicationGraph"
]
},
{
"Name": "FortniteEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"AdditionalDependencies": [
"OnlineSubsystemMcp",
"CoreUObject",
"Engine"
]
}
],
"Plugins": [
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "ReplicationGraph",
"Enabled": true
},
{
"Name": "AppleARKit",
"Enabled": true,
"SupportedTargetPlatforms": [
"IOS"
]
},
{
"Name": "JsonAsAsset",
"Enabled": true
}
]
}