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

FMixerButtonState

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

Represents the properties of a button that may change during an interactive session in response to remote user and/or title interaction.

Properties

RemainingCooldown (FTimespan)

Description

Time remaining before the button will be interactive again.

Progress (float)

Description

NOT IMPLEMENTED.

DownCount (uint32)

Description

Number of remote users currently holding the button down.

PressCount (uint32)

Description

Number of remote users who have pressed (down and up) the button in the last interval.

UpCount (uint32)

Description

Number of remote users who have released the button in the last interval.

Enabled (bool)

Description

Whether the button is currently enabled.