Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

FMixerRemoteUser

Gersh Payzer edited this page Jul 12, 2017 · 1 revision

Represents a remote user participating in a Mixer interactive session.

Properties

Name (FString)

Description

Name for the user, suitable for display in game UI.

Id (int32)

Description

Unique identifier, for internal use.

Level (int32)

Description

Experience-based level of the user, suitable for display in game UI.

ConnectedAt (FDateTime)

Description

Time at which the user joined the interactive session.

InputAt (FDateTime)

Description

Time at which the user last submitted interactive input.

Group (FName)

Description

Name of the group that the user belongs to.

InputEnabled (bool)

Description

Whether the user is currently able to submit interactive input.