ISlateStyle::GetSound

Look up a sound property specified by PropertyName and optional Specifier.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ISlateStyle::GetSound()

FSlateStyleSet::GetSound()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h

Include

#include "Styling/ISlateStyle.h"

Syntax

const FSlateSound & GetSound
(
    const FName PropertyName,
    const ANSICHAR * Specifier,
    const ISlateStyle * RequestingStyle
) const

Remarks

Look up a sound property specified by PropertyName and optional Specifier.