#
Frequently Asked Questions
This page is dedicated to answering the most common questions about Unreal Engine.
You can use the Search Tool at the top right of this page to search the FAQ.
Something missing or have a question? Learn more here!
#
D
#
Disables Engine Plugins by Default
Alex Stevens asks... Is your project bogged down by enabled-by-default plugins?
Set "DisableEnginePluginsByDefault": true
in your uproject file to make plugins opt-in.
Some plugins should be enabled by default, so here's a minimal uproject file to get started:
Something missing or have a question? Learn more here!