UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISlateSoundDevice.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
5
6struct FSlateSound;
7
10{
11public:
13 virtual void PlaySound(const FSlateSound& Sound, int32 UserIndex = 0) const = 0;
14
16 virtual float GetSoundDuration(const FSlateSound& Sound) const = 0;
17
20};
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
Definition ISlateSoundDevice.h:10
virtual void PlaySound(const FSlateSound &Sound, int32 UserIndex=0) const =0
virtual float GetSoundDuration(const FSlateSound &Sound) const =0
virtual ~ISlateSoundDevice()
Definition ISlateSoundDevice.h:19
Definition SlateSound.h:16