![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "RadAudioInfo.h"#include "Interfaces/IAudioFormat.h"#include "Modules/ModuleInterface.h"#include "rada_file_header.h"#include "rada_decode.h"Classes | |
| struct | RadAudioDecoder |
| class | FRadAudioDecoderModule |
Macros | |
| #define | PTR_ADD(ptr, off) ((void*)(((uint8*)(ptr))+(off))) |
| #define | Align32(val) ( ( ( val ) + 31 ) & ~31 ) |
Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogRadAudioDecoder, Log, All) | |
| #define Align32 | ( | val | ) | ( ( ( val ) + 31 ) & ~31 ) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogRadAudioDecoder | , |
| Log | , | ||
| All | |||
| ) |