Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
| Name | FStepSequenceRow |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiStepSequence.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiStepSequence.h" |
Syntax
USTRUCT (BlueprintType )
struct FStepSequenceRow
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HarmonixMetasound/DataTypes/MidiStepSequence.h | |||
FStepSequenceRow
(
const FStepSequenceRow& |
HarmonixMetasound/DataTypes/MidiStepSequence.h | ||
| HarmonixMetasound/DataTypes/MidiStepSequence.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRowEnabled | bool | If the row is disabled, no notes in that row will play. | HarmonixMetasound/DataTypes/MidiStepSequence.h |
|
| Cells | TArray< FStepSequenceCell > | HarmonixMetasound/DataTypes/MidiStepSequence.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStepSequenceRow & operator=
(
const FStepSequenceRow& |
HarmonixMetasound/DataTypes/MidiStepSequence.h |