Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- AOnlineBeacon
- AOnlineBeaconClient
- ATestBeaconClient
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/TestBeaconClient.h |
| Include | #include "TestBeaconClient.h" |
Syntax
UCLASS&40;Transient, NotPlaceable, Config&61;Engine&41;
class ATestBeaconClient : public AOnlineBeaconClient
Remarks
A beacon client used for making reservations with an existing game session
Constructors
| Type | Name | Description | |
|---|---|---|---|
ATestBeaconClient
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClientPing () |
Send a ping RPC to the client | |
| void | ServerPong () |
Send a pong RPC to the host |
Overridden from AOnlineBeacon
| Type | Name | Description | |
|---|---|---|---|
| void | OnFailure () |
Notification that failure needs to be handled |