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