mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
47 lines
764 B
Plaintext
47 lines
764 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"
|
|
]
|
|
}
|
|
]
|
|
} |