Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/FStreamedAudioChunkSeekTable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/StreamedAudioChunkSeekTable.h |
| Include | #include "Sound/StreamedAudioChunkSeekTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamedAudioChunkSeekTable.cpp |
static bool Parse
(
const uint8 * InMemory,
uint32 InSize,
uint32 & InOutOffset,
FStreamedAudioChunkSeekTable & OutTable
)
Remarks
Parse a seek-table from memory. true on Success, false on Failure
Parameters
| Name | Description |
|---|---|
| InMemory | Pointer to memory where to load from. |
| InSize | Size of memory |
| InOutOffset | Output the offset of the end of the table |
| OutTable | Table that's loaded |