Navigation
API > API/Runtime > API/Runtime/Engine
Bus send types
| Name | EBusSendType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Audio.h |
| Include Path | #include "Audio.h" |
Syntax
enum EBusSendType
{
PreEffect,
PostEffect,
Count,
}
Values
| Name | Remarks |
|---|---|
| PreEffect | |
| PostEffect | |
| Count |