UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AlignedBuffer.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Containers/Array.h"
7
8// TODO: Move BufferVectorOperations AUDIO_BUFFER_ALIGNMENT
9// define to more central location and reference here.
10#define AUDIO_BUFFER_ALIGNMENT 16
11
12#define AUDIO_SIMD_BYTE_ALIGNMENT (16)
13#define AUDIO_NUM_FLOATS_PER_VECTOR_REGISTER (4)
14
15
16namespace Audio
17{
20
24
25 // Deprecated in favor of versions above
29}
Definition ContainerAllocationPolicies.h:447
NO_LOGGING.
Definition AudioMixerPlatformAndroid.cpp:53
TArray< float, FAudioBufferAlignedAllocator > AlignedFloatBuffer
Definition AlignedBuffer.h:27
TArray< uint8, FAudioBufferAlignedAllocator > AlignedByteBuffer
Definition AlignedBuffer.h:26
TArray< int32, FAudioBufferAlignedAllocator > AlignedInt32Buffer
Definition AlignedBuffer.h:28