Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemOculus
Inheritance Hierarchy
- UIpNetDriver
- UOculusNetDriver
References
| Module | OnlineSubsystemOculus |
| Header | /Engine/Plugins/Online/OnlineSubsystemOculus/Source/Classes/OculusNetDriver.h |
| Include | #include "OculusNetDriver.h" |
Syntax
UCLASS (Transient, Config=Engine)
class UOculusNetDriver : public UIpNetDriver
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< uint64, UOculusNetConnection * > | Connections |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ISocketSubsystem * | |||
| bool | |||
| bool | InitConnect
(
FNetworkNotify* InNotify, |
||
| bool | InitListen
(
FNetworkNotify* InNotify, |
||
| bool | IsAvailable () |
||
| bool | |||
| void | LowLevelSend
(
TSharedPtr< const FInternetAddr > Address, |
||
| void | OnNetworkingConnectionStateChange
(
ovrMessageHandle Message, |
||
| void | OnNewNetworkingPeerRequest
(
ovrMessageHandle Message, |
||
| void | Shutdown () |
||
| void | TickDispatch
(
float DeltaTime |