Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/FSoundWaveProxyReader
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProxyReader.h |
| Include | #include "Sound/SoundWaveProxyReader.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWaveProxyReader.cpp |
static TUniquePtr < FSoundWaveProxyReader > Create
(
FSoundWaveProxyRef InWaveProxy,
const FSettings & InSettings
)
Remarks
Create a wave proxy reader.
Parameters
| Name | Description |
|---|---|
| InWaveProxy | A TSharedRef of a FSoundWaveProxy which is to be played. |
| InSettings | Reader settings. |