Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/FParameterInterface
| Name | FOutput |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioParameterInterfaceRegistry.h |
| Include Path | #include "IAudioParameterInterfaceRegistry.h" |
Syntax
struct FOutput
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 | |
| ParamName | const FName | Name of output parameter used as a runtime identifier. | IAudioParameterInterfaceRegistry.h | |
| ParamType | const EAudioParameterType | Type of output parameter used as a runtime identifier if unspecified by the DataType. | 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 outputs either within the given interface or listed among other unrelated outputs. | IAudioParameterInterfaceRegistry.h |