Files
SteamVOIPExample/Steam.uproject
2024-07-06 16:16:39 +03:00

33 lines
481 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Steam",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "WorldPartitionHLODUtilities",
"Enabled": true
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
}
],
"TargetPlatforms": [
"Windows"
]
}