You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merge Release-Engine-Staging to Main @ CL# 15151250
Represents UE4/Main @ 15133763 [CL 15158774 by Marc Audy in ue5-main branch]
This commit is contained in:
+3
-2
@@ -48,10 +48,11 @@ namespace Gauntlet
|
||||
bool Connect();
|
||||
|
||||
/// <summary>
|
||||
/// Disconnect from the device
|
||||
/// Disconnect the device.
|
||||
/// </summary>
|
||||
/// <param name="Force">If supported force the device into a disconnected state (e.g. kick other users) </param>
|
||||
/// <returns></returns>
|
||||
bool Disconnect();
|
||||
bool Disconnect(bool bForce=false);
|
||||
|
||||
/// <summary>
|
||||
/// Is the device powered on?
|
||||
|
||||
Reference in New Issue
Block a user