Navigation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| AOnlineBeacon | Base class for beacon communication (Unreal Networking, but outside normal gameplay traffic) | ||
| AOnlineBeaconClient | Base class for any unique beacon connectivity, paired with an AOnlineBeaconHostObject implementation | ||
| AOnlineBeaconHost | Main actor that listens for side channel communication from another Unreal Engine application | ||
| AOnlineBeaconHostObject | Base class for any unique beacon connectivity, paired with an AOnlineBeaconClient implementation | ||
| APartyBeaconClient | A beacon client used for making reservations with an existing game session | ||
| APartyBeaconHost | A beacon host used for taking reservations for an existing game session | ||
| ASpectatorBeaconClient | A beacon client used for making reservations with an existing game session | ||
| ASpectatorBeaconHost | A beacon host used for taking reservations for an existing game session | ||
| ATestBeaconClient | A beacon client used for making reservations with an existing game session | ||
| ATestBeaconHost | A beacon host used for taking reservations for an existing game session | ||
| FAchievementWriteCompleteDelegate | |||
| FAchievementWriteDelegate | |||
| FBlueprintFindSessionsResultDelegate | |||
| FBlueprintSessionResult | |||
| FFindTurnBasedMatchCallbackProxyMatchmakerDelegate | |||
| FInAppPurchaseProductInfo2 | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FInAppPurchaseProductRequest2 | Micro-transaction request information | ||
| FInAppPurchaseQuery2Result | |||
| FInAppPurchaseReceiptInfo2 | Micro-transaction purchase information | ||
| FInAppPurchaseRestoreInfo2 | Micro-transaction purchase information | ||
| FInAppPurchaseRestoreResult2 | |||
| FInAppPurchaseResult2 | |||
| FLeaderboardQueryResult | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FLocalVoiceData | Container for unprocessed voice data | ||
| FOnLeaderboardFlushed | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FOnlineAccountStoredCredentials | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FOnlineConnectionResult | |||
| FOnlineLogoutResult | |||
| FOnlineProxyInAppCheckoutResult | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FOnlineProxyInAppReceiptsResult | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FOnlineProxyStoreOffer | Offer entry for display from online store | ||
| FOnlineShowLoginUIResult | |||
| FOnlineSubsystemUtilsModule | Online subsystem utils module class Misc functionality where dependency on the engine code is allowed (OnlineSubsystem is not allowed to require engine dependencies) | ||
| FOnlineTurnBasedMatchResult | |||
| FOnlineVoiceImpl | The generic implementation of the voice interface | ||
| FPartyBeaconCrossplayPlatformMapping | Platform mapping for crossplay checks | ||
| FPartyReservation | A whole party reservation | ||
| FPlayerReservation | A single player reservation | ||
| FRemoteTalkerDataImpl | Remote voice data playing on a single client | ||
| FSortedVoicePacketNode | FSortedVoicePacketNode | ||
| FSpectatorReservation | A whole Spectator reservation | ||
| FVoiceAmplitudeData | Container for voice amplitude data | ||
| FVoiceDataImpl | Holds the current voice packet data state | ||
| FVoiceEndpoint | Small class that manages an audio endpoint. | ||
| FVoiceEngineImpl | Generic implementation of voice engine, using Voice module for capture/codec | ||
| FVoicePacketBuffer | FVoicePacketBuffer | ||
| FVoicePacketImpl | Defines the data involved in a voice packet | ||
| IOnlineSubsystemUtils | Interface class for various online utility functions | ||
| UAchievementBlueprintLibrary | Library of synchronous achievement calls. | ||
| UAchievementQueryCallbackProxy | |||
| UAchievementWriteCallbackProxy | |||
| UConnectionCallbackProxy | |||
| UCreateSessionCallbackProxy | |||
| UDestroySessionCallbackProxy | |||
| UEndMatchCallbackProxy | |||
| UEndTurnCallbackProxy | |||
| UFindSessionsCallbackProxy | |||
| UFindTurnBasedMatchCallbackProxy | |||
| UInAppPurchaseCallbackProxy2 | |||
| UInAppPurchaseCheckoutCallbackProxy | |||
| UInAppPurchaseFinalizeProxy | |||
| UInAppPurchaseQueryCallbackProxy2 | |||
| UInAppPurchaseReceiptsCallbackProxy | |||
| UInAppPurchaseRestoreCallbackProxy2 | |||
| UIpConnection | A state system of the address resolution functionality. | ||
| UIpNetDriver | |||
| UJoinSessionCallbackProxy | |||
| ULeaderboardBlueprintLibrary | A beacon host used for taking reservations for an existing game session | ||
| ULeaderboardFlushCallbackProxy | |||
| ULeaderboardQueryCallbackProxy | |||
| ULogoutCallbackProxy | |||
| UOnlineSessionClient | |||
| UPartyBeaconState | A beacon host used for taking reservations for an existing game session | ||
| UQuitMatchCallbackProxy | |||
| UShowLoginUICallbackProxy | |||
| USpectatorBeaconState | A beacon host used for taking reservations for an existing game session | ||
| UTurnBasedBlueprintLibrary | Library of synchronous achievement calls. | ||
| UVoipListenerSynthComponent |
Typedefs
| Name | Description |
|---|---|
| FOnCancelationReceived | Delegate fired when a the beacon host has been told to cancel a reservation |
| FOnCancelationReceived | Delegate fired when a the beacon host has been told to cancel a reservation |
| FOnDuplicateReservation | Delegate fired when a the beacon host detects a duplicate reservation |
| FOnHostConnectionFailure | Delegate triggered on failures to connect to a host beacon |
| FOnlineVoiceImplPtr | |
| FOnNewPlayerAdded | Delegate fired when a the beacon host has added a new player |
| FOnNewPlayerAdded | Delegate fired when a the beacon host has added a new player |
| FOnReservationCountUpdate | Delegate triggered when the host indicated a reservation count has changed |
| FOnReservationCountUpdate | Delegate triggered when the host indicated a reservation count has changed |
| FOnReservationFull | Delegate triggered when the host indicated the reservation is full |
| FOnReservationFull | Delegate triggered when the host indicated the reservation is full |
| FOnReservationRequestComplete | Delegate triggered when a response from the party beacon host has been received |
| FOnReservationUpdate | Delegate type for handling reservation additions/removals, or full events |
| FOnReservationUpdate | Delegate type for handling reservation additions/removals, or full events |
| FOnSpectatorDuplicateReservation | Delegate fired when a the beacon host detects a duplicate reservation |
| FOnSpectatorReservationRequestComplete | Delegate triggered when a response from the spectator beacon host has been received |
| FOnSpectatorValidatePlayers | Delegate called when the beacon gets any request, allowing the owner to validate players at a higher level (bans,etc) |
| FOnValidatePlayers | Delegate called when the beacon gets any request, allowing the owner to validate players at a higher level (bans,etc) |
| FVoiceEngineImplPtr |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EBeaconConnectionState | State of a connection. | ||
| EBeaconState::Type | States that a beacon can be in | ||
| EClientRequestType | Types of reservation requests that can be made by this beacon | ||
| EInAppPurchaseStatus | State of a purchase transaction | ||
| EOnlineProxyStoreOfferDiscountType | Copyright Epic Games, Inc. All Rights Reserved. | ||
| EPartyReservationResult::Type | The result code that will be returned during party reservation | ||
| ESpectatorClientRequestType | Types of reservation requests that can be made by this beacon | ||
| ESpectatorReservationResult::Type | The result code that will be returned during spectator reservation | ||
| EVoipStreamDataFormat |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| const TCHAR * | EPartyReservationResult::ToString
(
EPartyReservationResult::Type SessionType |
||
| FText | |||
| const TCHAR * | |||
| EInAppPurchaseStatus | PurchaseStatusFromOnlineError
(
const FOnlineError& OnlineError |
||
| const TCHAR * | ToString
(
EBeaconConnectionState Value |
||
| const TCHAR * | ToString
(
EClientRequestType RequestType |
||
| const TCHAR * | ToString
(
ESpectatorClientRequestType RequestType |
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FInternetAddr > | GCurrentDuplicateIP | CVars. |