FSlateStyleSet::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/SlateStyle.h

Include

#include "Styling/SlateStyle.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp

Syntax

virtual 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.