Struct FUxtButtonAudioBrush
Structure containing data representing button audio assets and properties.
Namespace:
Assembly: .dll
Syntax
public: struct FUxtButtonAudioBrush
Fields
| Improve this Doc View SourcePressedSound
The sound which plays when a button is pressed. This sound is spatialized.
Declaration
public: USoundBase * PressedSound= nullptr
Field Value
Type | Description |
---|---|
USoundBase * |
ReleasedSound
The sound which plays when a button is released. This sound is spatialized.
Declaration
public: USoundBase * ReleasedSound= nullptr
Field Value
Type | Description |
---|---|
USoundBase * |