Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeQualityLevel.h |
Include |
#include "Sound/SoundNodeQualityLevel.h" |
class USoundNodeQualityLevel : public USoundNode
This SoundNode uses GameUserSettings AudioQualityLevel (or the editor override) to choose which branch to play and at runtime will only load in to memory sound waves connected to the branch that will be selected
Name | Description | ||
---|---|---|---|
|
CookedQualityLevelIndex |
A Property to indicate which quality this node was cooked with. (INDEX_NONE if not cooked, or unset). |
|
|
EditorOnlyCs |
Critical section to protect Child nodes array while serializing. |
Name | Description | ||
---|---|---|---|
|
ParseNodes ( |
||
|
ReconcileNode ( |
Name | Description | ||
---|---|---|---|
|
GetInputPinName ( |
Get the name of a specific input pin |
|
|
GetMaxChildNodes() |
Returns the maximum number of child nodes this node can possibly have |
|
|
GetMinChildNodes() |
Returns the minimum number of child nodes this node must have |
|
|
PrimeChildWavePlayers ( |
When this is called and stream caching is enabled, any wave player sound nodes childed off of this node will have their audio loaded into the cache. |
|
|
ReleaseRetainerOnChildWavePlayers ( |
||
|
RetainChildWavePlayers ( |
When this is called and stream caching is enabled, any wave player sound nodes childed off of this node will have their audio retained into the cache. |