Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/FParameterInterface
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioParameterInterfaceRegistry.h |
| Include | #include "IAudioParameterInterfaceRegistry.h" |
Syntax
struct FEnvironmentVariable
Remarks
Read-only variable that cannot be modified by the sound instance, and maybe shared amongst instances.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FName | DataType | FName describing the type of the data. | |
| const FText | Description | Description to be displayed in editor or tools. | |
| const FText | DisplayName | Name to be displayed in editor or tools. | |
| const FName | ParamName | Name of variable used as a runtime identifier. | |
| const EAudioParameterType | ParamType | Type of variable used as a runtime identifier if unspecified by the DataType. |