![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NullSlateSoundDevice.h>
Inheritance diagram for FNullSlateSoundDevice:Public Member Functions | |
| virtual SLATECORE_API void | PlaySound (const FSlateSound &, int32) const override |
| virtual SLATECORE_API float | GetSoundDuration (const FSlateSound &Sound) const override |
| virtual SLATECORE_API | ~FNullSlateSoundDevice () |
Public Member Functions inherited from ISlateSoundDevice | |
| virtual | ~ISlateSoundDevice () |
Silent implementation of ISlateSoundDevice; it plays nothing.
|
virtual |
|
overridevirtual |
Implements ISlateSoundDevice.
|
overridevirtual |
Play the sound resource within the given Slate sound object
Implements ISlateSoundDevice.