UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::ISoundFileParser Member List

This is the complete list of members for Audio::ISoundFileParser, including all inherited members.

GetLengthBytes(SoundFileCount &OutLength) const =0Audio::ISoundFileParserpure virtual
GetOffsetBytes(SoundFileCount &OutOffset) const =0Audio::ISoundFileParserpure virtual
ReadBytes(void *DataPtr, SoundFileCount NumBytes, SoundFileCount &NumBytesRead)=0Audio::ISoundFileParserpure virtual
SeekBytes(SoundFileCount Offset, ESoundFileSeekMode::Type SeekMode, SoundFileCount &OutOffset)=0Audio::ISoundFileParserpure virtual
WriteBytes(const void *DataPtr, SoundFileCount NumBytes, SoundFileCount &NumBytesWritten)=0Audio::ISoundFileParserpure virtual
~ISoundFileParser()Audio::ISoundFileParserinlinevirtual