Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundNode
- USoundNodeAssetReferencer
- USoundNodeWavePlayer
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWavePlayer.h |
| Include | #include "Sound/SoundNodeWavePlayer.h" |
Syntax
class USoundNodeWavePlayer : public USoundNodeAssetReferencer
Remarks
Sound node that contains a reference to the raw wave file to be played
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bLooping |
Functions
| Type | Name | Description | |
|---|---|---|---|
| USoundWave * | GetSoundWave () |
||
| bool | If this returns true, this wave player currently has an async load for the USoundWave in flight. | ||
| void | ParseNodes
(
FAudioDevice* AudioDevice, |
||
| void | SetSoundWave
(
USoundWave* SoundWave |
Overridden from USoundNodeAssetReferencer
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | LoadAsset
(
bool bAddToRoot |
Overridden from USoundNode
| Type | Name | Description | |
|---|---|---|---|
| float | GetDuration () |
Returns the maximum duration this sound node will play for. | |
| int32 | Returns the maximum number of child nodes this node can possibly have | ||
| int32 | GetNumSounds
(
const UPTRINT NodeWaveInstanceHash, |
Returns the number of simultaneous sounds this node instance plays back. | |
| FText | GetTitle () |
||
| bool | Returns true if the sound node is set to play when silent. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Handles reading, writing, and reference collecting using FArchive. |