![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ISlateSoundDevice.h>
Inheritance diagram for ISlateSoundDevice:Public Member Functions | |
| virtual void | PlaySound (const FSlateSound &Sound, int32 UserIndex=0) const =0 |
| virtual float | GetSoundDuration (const FSlateSound &Sound) const =0 |
| virtual | ~ISlateSoundDevice () |
Interface that Slate uses to play sounds.
|
inlinevirtual |
Virtual destructor: because it is an interface / pure virtual base class.
|
pure virtual |
Implemented in FNullSlateSoundDevice.
|
pure virtual |
Play the sound resource within the given Slate sound object
Implemented in FNullSlateSoundDevice.