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

FMixerButtonEventDetails

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

Additional information about a button event.

Properties

TransactionId (FString)

Description

Id for the Spark transaction associated with this button event (empty if none). After handling the event, the charge should be confirmed via IMixerInteractivityModule::CaptureSparkTransaction.

SparkCost (uint32)

Description

Number of sparks that will be charged for this interaction, if confirmed.

Pressed (bool)

Description

Whether the button event represents a press (true) or release (false).