Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDelay.h |
Include |
#include "Sound/SoundNodeDelay.h" |
class USoundNodeDelay : public USoundNode
Defines a delay
Name | Description | ||
---|---|---|---|
|
float |
DelayMax |
The upper bound of delay time in seconds. |
|
float |
DelayMin |
The lower bound of delay time in seconds. |
Name | Description | |
---|---|---|
|
USoundNodeDelay ( |
Name | Description | ||
---|---|---|---|
|
ParseNodes ( |
Name | Description | ||
---|---|---|---|
|
float |
GetDuration() |
Returns the maximum duration this sound node will play for. |
|
HasDelayNode() |
Returns whether the sound cue has a delay node. |