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 int32 CalcSize
(
int32 NumEntries,
EChunkSeekTableMode InMode
)
Remarks
Calculate the size needed for the table.
This is cheaper than serializing the entire struct and counting the bytes. The Size of the Table in bytes including any header.
Parameters
| Name | Description |
|---|---|
| InMode | The Mode the table is running in (i.e. constant/variable) |