Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundWave
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsStreaming
(
const TCHAR* PlatformName |
Checks whether sound has been categorized as streaming. | Sound/SoundWave.h | |
bool IsStreaming
(
const FPlatformAudioCookOverrides& Overrides |
Sound/SoundWave.h |
IsStreaming(const TCHAR *)
Description
Checks whether sound has been categorized as streaming.
| Name | IsStreaming |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWave.cpp |
bool IsStreaming
(
const TCHAR * PlatformName
) const
IsStreaming(const FPlatformAudioCookOverrides &)
| Name | IsStreaming |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWave.cpp |
bool IsStreaming
(
const FPlatformAudioCookOverrides & Overrides
) const