Structure for material and MIDI-controlled visualization settings. More...
#include <ST_AudioVisSettings.h>
Public Attributes | |
| TSoftObjectPtr< class UMaterialInterface > | LEDMaterial = nullptr |
| FName | DeviceName = "" |
| bool | bUnregisterOnEndPlay = true |
Structure for material and MIDI-controlled visualization settings.
| bool FVisMIDIControlled::bUnregisterOnEndPlay = true |
Flag indicating whether the MIDI device should be unregistered when the play ends.
| FName FVisMIDIControlled::DeviceName = "" |
Name of the MIDI device associated with the material. Requires a session restart when changed.
| TSoftObjectPtr<class UMaterialInterface> FVisMIDIControlled::LEDMaterial = nullptr |
Material used for the LED visualization. Requires a session restart when changed.