All Projects → trdwll → Steambridge

trdwll / Steambridge

Licence: mit
A UE4 implementation of the Steamworks API.

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Steambridge

ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+5925%)
Mutual labels:  blueprint, unrealengine, ue4
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+5433.33%)
Mutual labels:  ue4, unrealengine, blueprint
Coophordeshooter
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 257 (+435.42%)
Mutual labels:  ue4, unrealengine, blueprint
CoopShooterUdemy
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 328 (+583.33%)
Mutual labels:  blueprint, unrealengine, ue4
Socketio Client Ue4
socket.io client plugin for Unreal Engine 4
Stars: ✭ 451 (+839.58%)
Mutual labels:  ue4, unrealengine, plugin
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (-52.08%)
Mutual labels:  blueprint, unrealengine, ue4
Unreal-Development-Guides-and-Tips
High-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.
Stars: ✭ 118 (+145.83%)
Mutual labels:  unrealengine, ue4
global-event-system-ue4
Loosely coupled internal event system plugin for the Unreal Engine.
Stars: ✭ 122 (+154.17%)
Mutual labels:  blueprint, ue4
Arteries
A procedural modeling toolkit base on UE4 blueprint
Stars: ✭ 92 (+91.67%)
Mutual labels:  blueprint, ue4
Unreal.js
Unreal.js: Javascript runtime built for UnrealEngine 4
Stars: ✭ 3,087 (+6331.25%)
Mutual labels:  unrealengine, plugin
DlgSystem
Dialogue Plugin System for Unreal Engine | 🪞 Mirror of https://bit.ly/DlgSource
Stars: ✭ 136 (+183.33%)
Mutual labels:  blueprint, ue4
PsWebServer
Civet web server integration plugin for Unreal Engine 4
Stars: ✭ 24 (-50%)
Mutual labels:  ue4, mit-license
Unrealeditorpythonscripts
Some of my personal scripts i made to use for my own projects, but free of charge to be used for any project and any purpose as long as it is not violating the Unreal Engine EULA.
Stars: ✭ 282 (+487.5%)
Mutual labels:  ue4, mit-license
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+554.17%)
Mutual labels:  unrealengine, ue4
UE4-BUIValidator
UE4 UI Texture Validator Plugin
Stars: ✭ 48 (+0%)
Mutual labels:  unrealengine, ue4
ProjectCleaner
Unreal engine plugin for managing all unused assets and empty folders in project.
Stars: ✭ 53 (+10.42%)
Mutual labels:  unrealengine, ue4
Unrealcpp
Unreal Engine 4 C++ examples
Stars: ✭ 490 (+920.83%)
Mutual labels:  ue4, unrealengine
Varest
REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
Stars: ✭ 707 (+1372.92%)
Mutual labels:  ue4, blueprint
LocalSimulation
This plugin allows you to essentially create PxScene or Physic Scenes by placing an Actor, and adding other Static Mesh Components and soon Skeletal Mesh components within this space. Adding Constraints, and Forces will work as expected, but now with the additional layer of abstraction so that simulation can be anchored to a transform.
Stars: ✭ 42 (-12.5%)
Mutual labels:  blueprint, ue4
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-87.5%)
Mutual labels:  ue4, plugin

SteamBridge

GitHub All Releases Jenkins

A UE4 implementation of the Steamworks API.

Interface Completed Notes
ISteamApps ✔️
ISteamFriends ✔️ [1] (1)
ISteamGameServer ✔️ [1] (4)
ISteamGameServerStats ✔️ [1] (2)
ISteamHTMLSurface ✔️
ISteamHTTP ✔️
ISteamInput ✔️
ISteamInventory ✔️ [1] (2)
ISteamMatchmaking ✔️
ISteamMatchmakingServers ✔️ [1] (10)
ISteamMusic ✔️
ISteamMusicRemote ✔️ [1] (2)
ISteamNetworkingMessages
ISteamNetworkingSockets
ISteamNetworkingUtils
ISteamParties ✔️
ISteamRemotePlay ✔️
ISteamRemoteStorage ✔️ [1] (5)
ISteamScreenshots ✔️
ISteamUGC ✔️ [1][3] (3/3)
ISteamUser ✔️
ISteamUserStats ✔️ [1] (1)
ISteamUtils ✔️ [1] (3)
ISteamVideo ✔️
SteamWeb [2]
  • [1] Some methods were left out temporarily and will be added eventually.
  • [2] Steam Web API will come after the core interfaces are implemented and are stable.
  • [3] Some methods that were left out are added in a newer sdk version so thery're unable to be added at the current version.

Another note for [1]. I'm skipping some methods that will take a while to implement. I'm doing this so I can add most of the functionality quickly. If you need a specific method that isn't in the plugin then post an issue or add it yourself and submit a Pull Request.

Installation

Go to the releases page and download a release, or use Git and clone the repo into your Plugins folder.

Usage

Using SteamBridge is actually really easy.

  • Edit your DefaultEngine.ini and make sure the Steam config exists like here.
  • Open your project and start using SteamBridge.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Make sure you abide by our Code Guidelines.

Please work out of develop branch. Keeping main stable is a priority.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].