UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AudioMixerBuffer.h File Reference
#include "CoreMinimal.h"
#include "AudioMixer.h"
#include "Audio.h"

Go to the source code of this file.

Classes

class  Audio::FMixerBuffer
 

Namespaces

namespace  Audio
 NO_LOGGING.
 
namespace  Audio::EBufferType
 

Macros

#define CASE_TO_STRING(X)   case X: return TEXT(#X);
 

Enumerations

enum  Audio::EBufferType::Type {
  Audio::EBufferType::PCM , Audio::EBufferType::PCMPreview , Audio::EBufferType::PCMRealTime , Audio::EBufferType::Streaming ,
  Audio::EBufferType::Invalid
}
 

Functions

const TCHARLexToString (const Audio::EBufferType::Type In)
 

Macro Definition Documentation

◆ CASE_TO_STRING

#define CASE_TO_STRING (   X)    case X: return TEXT(#X);

Function Documentation

◆ LexToString()

const TCHAR * LexToString ( const Audio::EBufferType::Type  In)
inline