Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
This struct will be broadcast with the FOnControllerPairingChanged event. This event is not broadcast on all OnlineIdentity platforms. There will be a struct for the previous user on the controller and for the new user on the controller.
| Name | FControllerPairingChangedUserInfo |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
Syntax
struct FControllerPairingChangedUserInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControllerPairingChangedUserInfo
(
const FUniqueNetId& InUser, |
Interfaces/OnlineIdentityInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ControllersRemaining | int32 | The number of controllers now associated with User. If User is nobody, this number will be 0 | Interfaces/OnlineIdentityInterface.h | |
| User | const FUniqueNetId & | One of the users involved (the one who had the controller or the one who now has the controller). | Interfaces/OnlineIdentityInterface.h |