diff --git a/TensorFlow.uplugin b/TensorFlow.uplugin index 83ca8e2..f402f68 100644 --- a/TensorFlow.uplugin +++ b/TensorFlow.uplugin @@ -13,34 +13,34 @@ "CanContainContent": true, "IsBetaVersion": false, "Installed": false, - "Modules": [ - { - "Name": "TensorFlow", - "Type": "Runtime", - "LoadingPhase": "Default", - "WhitelistPlatforms": [ - "Win64", - "Win32" - ] - }, - { - "Name": "TFAudioCapture", - "Type": "Developer", - "LoadingPhase": "Default", - "WhitelistPlatforms": [ - "Win64", - "Win32" - ] - } - ], - "Plugins": [ - { - "Name": "UnrealEnginePython", - "Enabled": true - }, - { - "Name": "SocketIOClient", - "Enabled": true - } - ] + "Modules": [ + { + "Name": "TensorFlow", + "Type": "Runtime", + "LoadingPhase": "Default", + "WhitelistPlatforms": [ + "Win64", + "Win32" + ] + }, + { + "Name": "TFAudioCapture", + "Type": "Developer", + "LoadingPhase": "Default", + "WhitelistPlatforms": [ + "Win64", + "Win32" + ] + } + ], + "Plugins": [ + { + "Name": "UnrealEnginePython", + "Enabled": true + }, + { + "Name": "SocketIOClient", + "Enabled": true + } + ] } \ No newline at end of file