Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/FParameterInterface
| Name | FInput |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioParameterInterfaceRegistry.h |
| Include Path | #include "IAudioParameterInterfaceRegistry.h" |
Syntax
struct FInput
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataType | const FName | FName describing the type of the data. | IAudioParameterInterfaceRegistry.h | |
| Description | const FText | Description to be displayed in editor or tools. | IAudioParameterInterfaceRegistry.h | |
| DisplayName | const FText | Name to be displayed in editor or tools. | IAudioParameterInterfaceRegistry.h | |
| InitValue | const FAudioParameter | Initial value of the given parameter. | IAudioParameterInterfaceRegistry.h | |
| RequiredText | const FText | Text to display in the editor or tools if the consuming system of the given input parameter is not implemented (to avoid passing data using the parameter system when not operated on). | IAudioParameterInterfaceRegistry.h | |
| SortOrderIndex | const int32 | Visual sort order of the given input with respect to other inputs either within the given interface or listed among other unrelated inputs. | IAudioParameterInterfaceRegistry.h |