- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 355字
- 2021-06-24 13:44:00
Installing and using plugins
Plugins are packages of code that extend the functionality of the editor in a variety of ways. They can be used for importing file formats the UE is unfamiliar with by default, and add entirely new functionality, such as analytics.
Plugins can be found by going to Edit | Plugins. Once open, we can see a list of available plugins divided into categories:

A lot of plugins are built into the engine and can be enabled or disabled as needed. Speaking of which, if you have Steam VR installed, you may have noticed that it started up automatically when the project launched. Since we're not going to be using any VR functionality in this book, let's disable that plugin now so Steam VR doesn't load every time we start up the editor:
- To disable it, go to the Plugins browser.
- Scroll all the way down on the left side and click on the Virtual Reality category.
- On the right side, scroll down to Steam VR and uncheck it.
- The editor will let you know that you need to restart for the setting to take effect, so click on the Restart Now button to do that.
- Steam VR will not close on its own once you've done this though, so you will need to close that separately.
Plugins can also be downloaded and installed from third parties. One of the most useful ones, if you're making a multiplayer game, is the Advanced Sessions plugin by Joshua Statzer. This can be used to make it easier to set up multiplayer server browsers on Steam, for example. Download links can be found on the Epic forums by searching for UE4 Advanced Sessions. Once downloaded, you would need to create a Plugins folder in your project as follows:

After creating the folder, you would place the Plugins folder inside (make sure the editor is shut down), and then start the editor back up, to have the plugin loaded. Most external plugins will provide documentation or example maps that have the relevant Blueprint classes and explanations on how to use them.
- PHP動態(tài)網(wǎng)站程序設(shè)計
- 計算思維與算法入門
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- Scratch真好玩:教小孩學(xué)編程
- Visual Basic程序設(shè)計習(xí)題解答與上機指導(dǎo)
- R的極客理想:工具篇
- Visual C++數(shù)字圖像處理技術(shù)詳解
- UVM實戰(zhàn)
- HTML 5與CSS 3權(quán)威指南(第3版·上冊)
- UML2面向?qū)ο蠓治雠c設(shè)計(第2版)
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- 單片機原理及應(yīng)用技術(shù)
- RocketMQ實戰(zhàn)與原理解析
- ASP.NET 4.0 Web程序設(shè)計
- 深度實踐KVM:核心技術(shù)、管理運維、性能優(yōu)化與項目實施