Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamedAudioChunkSeekTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CalcSize () |
Member version. Calculate the size needed for the table. | Sound/StreamedAudioChunkSeekTable.h | |
static int32 CalcSize
(
int32 NumEntries, |
Calculate the size needed for the table. | Sound/StreamedAudioChunkSeekTable.h |
CalcSize()
Description
Member version. Calculate the size needed for the table.
| Name | CalcSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/StreamedAudioChunkSeekTable.h |
| Include Path | #include "Sound/StreamedAudioChunkSeekTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamedAudioChunkSeekTable.cpp |
int32 CalcSize() const
The Size of the Table in bytes including any header.
CalcSize(int32, EChunkSeekTableMode)
Description
Calculate the size needed for the table.
This is cheaper than serializing the entire struct and counting the bytes.
| Name | CalcSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/StreamedAudioChunkSeekTable.h |
| Include Path | #include "Sound/StreamedAudioChunkSeekTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamedAudioChunkSeekTable.cpp |
static int32 CalcSize
(
int32 NumEntries,
EChunkSeekTableMode InMode
)
The Size of the Table in bytes including any header.
Parameters
| Name | Remarks |
|---|---|
| InMode | The Mode the table is running in (i.e. constant/variable) |