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 FClassOptions
Remarks
Options used to restrict a corresponding UClass that interface may be applied to.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const bool | bIsDefault | Whether or not the interface should be immediately added to the given class type on creation. | |
| const bool | bIsModifiable | Whether or not the class may be directly modifiable on an asset implementing the given interface (added, removed, etc.) | |
| const FTopLevelAssetPath | ClassPath | Path to restricted UClass. |