UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::FSoundFileChunkInfo Struct Reference

#include <SoundFile.h>

Public Attributes

ANSICHAR ChunkId [64]
 
uint32 ChunkIdSize = 0
 
uint32 DataLength = 0
 
voidDataPtr = nullptr
 

Detailed Description

FSoundFileChunkInfo which maps to libsndfile SF_CHUNK_INFO struct.

Member Data Documentation

◆ ChunkId

ANSICHAR Audio::FSoundFileChunkInfo::ChunkId[64]

Chunk Id

◆ ChunkIdSize

uint32 Audio::FSoundFileChunkInfo::ChunkIdSize = 0

Size of the Chunk Id

◆ DataLength

uint32 Audio::FSoundFileChunkInfo::DataLength = 0

Size of the data in this chunk

◆ DataPtr

void* Audio::FSoundFileChunkInfo::DataPtr = nullptr

Pointer to chunk data


The documentation for this struct was generated from the following file: