public/0.12.xpublic/0.8.xpublic/0.9.xpublic/0.11.x

    Show / Hide Table of Contents

    Struct FUxtButtonAudioBrush

    Structure containing data representing button audio assets and properties.

    Namespace:
    Assembly: .dll
    Syntax
    public: struct FUxtButtonAudioBrush

    Fields

    | Improve this Doc View Source

    PressedSound

    The sound which plays when a button is pressed. This sound is spatialized.

    Declaration
    public: USoundBase * PressedSound= nullptr
    Field Value
    Type Description
    USoundBase *
    | Improve this Doc View Source

    ReleasedSound

    The sound which plays when a button is released. This sound is spatialized.

    Declaration
    public: USoundBase * ReleasedSound= nullptr
    Field Value
    Type Description
    USoundBase *
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • PressedSound
      • ReleasedSound
    Back to top Generated by DocFX