Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioExtensions/Public/AudioParameter.h |
Include |
#include "AudioParameter.h" |
struct FAudioParameter
Name | Description | ||
---|---|---|---|
|
ArrayBoolParam |
Boolean value of parameter. |
|
|
TArray< float > |
ArrayFloatParam |
Array Float value of parameter. |
|
ArrayIntParam |
Integer value of parameter. |
|
|
ArrayObjectParam |
Object value of parameter. |
|
|
ArrayStringParam |
String value of parameter. |
|
|
BoolParam |
Boolean value of parameter. |
|
|
float |
FloatParam |
Float value of parameter. |
|
IntParam |
Integer value of parameter. If set to 'Default Construct', value is number of array items to construct. |
|
|
TObjectPtr< UOb... |
ObjectParam |
Object value of parameter. |
|
ObjectProxies |
Object proxies to be generated when parameter is passed to the AudioThread to represent ObjectParam/ArrayObjectParam safely. |
|
|
ParamName |
Name of the parameter. |
|
|
ParamType |
||
|
StringParam |
String value of parameter. |
Name | Description | |
---|---|---|
|
FAudioParameter() |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter ( |
|
|
FAudioParameter ( |
|
|
FAudioParameter ( |
|
|
FAudioParameter ( |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
|
|
FAudioParameter |
Name | Description | ||
---|---|---|---|
|
FAudioParame... |
CreateDefaultArray |
Static function to avoid int32 constructor collision. |
|
FAudioParame... |
FindOrAddParam ( |
Common find & add algorithm for default/legacy parameter system. |
|
const FAudio... |
FindParam ( |
Common find algorithm for default/legacy parameter system. |
|
Merge ( |
Moves InParams to OutParams that are not already included. |
|
|
Merge ( |
Sets values specified by type field of the given parameter on this parameter. |
Name | Description | ||
---|---|---|---|
|
FAudioParame... |
operator= ( |
|
|
FAudioParame... |
operator= ( |