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