USoundWave::GetChunkData

Get Chunk data for a specified chunk index.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundWave.cpp

Syntax

bool GetChunkData
(
    int32 ChunkIndex,
    uint8 ** OutChunkData,
    bool bMakeSureChunkIsLoaded
)

Remarks

Get Chunk data for a specified chunk index.

Parameters

Parameter

Description

ChunkIndex

The Chunk index to cache.

OutChunkData

Address of pointer that will store data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss