A custom material expression used for audio BeatDetection processing. This class extends from UMaterialExpression and is used to express BeatDetection in a material. More...
#include <ST_AudioBeatDetectionExpression.h>
Public Attributes | |
EAudioIOType | IOType = EAudioIOType::None |
FExpressionInput | IO |
FExpressionInput | HistoryIndex |
FExpressionInput | ChannelIndex |
A custom material expression used for audio BeatDetection processing. This class extends from UMaterialExpression and is used to express BeatDetection in a material.
FExpressionInput UST_AudioBeatDetectionExpression::ChannelIndex |
The input expression for the channel index. This is a required input for the material expression. ToolTip: "Channel Index."
FExpressionInput UST_AudioBeatDetectionExpression::HistoryIndex |
The input expression for the history index. This is a required input for the material expression. ToolTip: "History Index."
FExpressionInput UST_AudioBeatDetectionExpression::IO |
The input expression for the audio BeatDetection. This is a required input for the material expression. ToolTip: "IO Index."
EAudioIOType UST_AudioBeatDetectionExpression::IOType = EAudioIOType::None |
The input expression for the audio amplitude. This is a required input for the material expression. ToolTip: "IO Type."