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