如何添加 Steam 多人游戏 - 虚幻引擎 5 蓝图
How to Add Steam Multiplayer - Unreal Engine 5 Blueprint
- 1. Initial Setup
- 2. Introduction
- 3. VS, .NET Core, .NET Framework & DirectX
- 4. Converting the project to C++
- 5. Adding Steam Advanced Sessions Plugin
- 6. Building in Visual Studio
- 7. Enabling Steam Advanced Sessions Plugin
- 8. Editing the DefaultEngine.ini file
- 9. Creating the Main Menu Map
- 10. Main Menu Game Mode & Player Controller
- 2. Main Menu
- 1. Introduction to Widget Blueprints
- 2. Importing a Custom Font
- 3. Designing the Main Menu
- 4. Player Name UI Animation
- 5. Creating the Enumeration
- 6. Show & Hide Widget Function
- 7. Blueprint Communication - Casting
- 8. Blueprint Communication - Interfaces
- 9. Programming the Main Menu
- 10. Programming the Steam Name
- 11. Designing the Main Menu Background
- 12. Adding Button SFX
- 3. Create Server
- 1. Creating the Create Server Widget
- 2. Designing the Create Server Widget
- 3. Getting the Server Name & Selected Map
- 4. Getting the Slots, Language & Privacy
- 5. Programming the Back Button
- 6. Create Advanced Session
- 7. Programming the Create Server Button
- 8. Adding Create Server UI Animation
- 4. Server Browser
- 1. Creating the Server Browser Widget
- 2. Designing the Server Browser Widget
- 3. Designing the Server Card Widget
- 4. Adding the Server to the List
- 5. Adding a Refreshing Servers Indicator
- 6. Show Sessions Result Function
- 7. Filtering for Server Language
- 8. Filtering to LAN Servers Only
- 9. Hiding Empty Servers
- 10. Filtering for Server Name
- 11. Getting the Extra Settings for Server Card
- 12. Updating the Server Card Info
- 13. Joining the Session
- 14. Server Browser Back Button
- 15. Testing the Final Result
- 16. Packaging the Project