![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SoundFile.h>
Public Attributes | |
| ANSICHAR | ChunkId [64] |
| uint32 | ChunkIdSize = 0 |
| uint32 | DataLength = 0 |
| void * | DataPtr = nullptr |
FSoundFileChunkInfo which maps to libsndfile SF_CHUNK_INFO struct.
| ANSICHAR Audio::FSoundFileChunkInfo::ChunkId[64] |
Chunk Id
| uint32 Audio::FSoundFileChunkInfo::ChunkIdSize = 0 |
Size of the Chunk Id
| uint32 Audio::FSoundFileChunkInfo::DataLength = 0 |
Size of the data in this chunk
| void* Audio::FSoundFileChunkInfo::DataPtr = nullptr |
Pointer to chunk data