Documentation for the Unreal C++ Library
Loading...
Searching...
No Matches
UPVRONetDriver Class Referencetransient

UCLASS(transient, config=Engine) More...

#include <PVRONetDriver.h>

Inheritance diagram for UPVRONetDriver:
[legend]

Private Member Functions

 GENERATED_UCLASS_BODY ()
 
virtual class ISocketSubsystem * GetSocketSubsystem () override
 
virtual bool InitBase (bool bInitAsClient, FNetworkNotify *InNotify, const FURL &URL, bool bReuseAddressAndPort, FString &Error) override
 
virtual bool InitConnect (FNetworkNotify *InNotify, const FURL &ConnectURL, FString &Error) override
 
virtual bool InitListen (FNetworkNotify *InNotify, FURL &ListenURL, bool bReuseAddressAndPort, FString &Error) override
 
virtual bool IsAvailable () const override
 
virtual bool IsNetResourceValid () override
 
virtual void PostInitProperties () override
 
virtual void Shutdown () override
 

Detailed Description

UCLASS(transient, config=Engine)

Definition at line 17 of file PVRONetDriver.h.

Member Function Documentation

◆ GENERATED_UCLASS_BODY()

UPVRONetDriver::GENERATED_UCLASS_BODY ( )
private

◆ GetSocketSubsystem()

ISocketSubsystem * UPVRONetDriver::GetSocketSubsystem ( )
overrideprivatevirtual

Definition at line 24 of file PVRONetDriver.cpp.

◆ InitBase()

bool UPVRONetDriver::InitBase ( bool bInitAsClient,
FNetworkNotify * InNotify,
const FURL & URL,
bool bReuseAddressAndPort,
FString & Error )
overrideprivatevirtual

Definition at line 29 of file PVRONetDriver.cpp.

◆ InitConnect()

bool UPVRONetDriver::InitConnect ( FNetworkNotify * InNotify,
const FURL & ConnectURL,
FString & Error )
overrideprivatevirtual

Definition at line 34 of file PVRONetDriver.cpp.

◆ InitListen()

bool UPVRONetDriver::InitListen ( FNetworkNotify * InNotify,
FURL & ListenURL,
bool bReuseAddressAndPort,
FString & Error )
overrideprivatevirtual

Definition at line 39 of file PVRONetDriver.cpp.

◆ IsAvailable()

bool UPVRONetDriver::IsAvailable ( ) const
overrideprivatevirtual

Definition at line 19 of file PVRONetDriver.cpp.

◆ IsNetResourceValid()

bool UPVRONetDriver::IsNetResourceValid ( )
overrideprivatevirtual

Definition at line 49 of file PVRONetDriver.cpp.

◆ PostInitProperties()

void UPVRONetDriver::PostInitProperties ( )
overrideprivatevirtual

Definition at line 14 of file PVRONetDriver.cpp.

◆ Shutdown()

void UPVRONetDriver::Shutdown ( )
overrideprivatevirtual

Definition at line 44 of file PVRONetDriver.cpp.


The documentation for this class was generated from the following files: