How to disable specific module?

Hi.
I wanna disable some modules that i wouldn’t want to use.

For example when i build the game through visual studio i see some modules such as SteamVR, SteamVRController, OculusLibrary , … in logger. I won’t have any plan to use these modules in future. It is very disgusting that loading these modules without any use of them!

How to disable them?

[2016.03.28-10.21.49:504][619]LogModuleManager: Shutting down and abandoning module TaskGraph (50)
[2016.03.28-10.21.49:504][619]LogModuleManager: Shutting down and abandoning module SlateRemote (49)
[2016.03.28-10.21.49:504][619]LogModuleManager: Shutting down and abandoning module HTML5Networking (48)
[2016.03.28-10.21.49:504][619]LogModuleManager: Shutting down and abandoning module SteamVRController (47)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module SteamVR (46)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module ProceduralMeshComponent (45)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module OculusLibrary (44)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module OculusInput (43)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module CustomMeshComponent (42)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module CableComponent (41)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module ArchVisCharacter (40)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module MyProject2 (39)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module SQLite3UE4Plugin (38)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module UdpMessaging (37)
[2016.03.28-10.21.49:505][619]LogModuleManager: Shutting down and abandoning module LightPropagationVolumeRuntime (

Hi mece1390,

Due to the large volume of questions and comments concerning the Engine, we did not have a chance to respond to your post at the time you submitted it. However, if you are still interested, you can set what modules to include when packaging under Project Settings> Packaging>Localizations to Package:

.