FControllerPairingChangedUserInfo

This struct will be broadcast with the FOnControllerPairingChanged event.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

struct FControllerPairingChangedUserInfo

Remarks

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.

Variables

Name Description

Public variable

int32

 

ControllersRemaining

The number of controllers now associated with User. If User is nobody, this number will be 0

Public variable

const FUniqueNe...

 

User

One of the users involved (the one who had the controller or the one who now has the controller).

Constructors

Name Description

Public function

FControllerPairingChangedUserInfo

(
    const FUniqueNetId& InUser,
    int32 InControllersRemaining
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss