Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Audio
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Audio/ISoundHandleSystem.h |
| Include | #include "Audio/ISoundHandleSystem.h" |
Syntax
namespace Audio
{
enum EResult
{
Success = 0,
Failure = 1,
NotImplemented = 2,
}
}
Values
| Name | Description |
|---|---|
| Success | |
| Failure | |
| NotImplemented |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Forward Declarations