Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/FParameterInterface
Options used to restrict a corresponding UClass that interface may be applied to.
| Name | FClassOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioParameterInterfaceRegistry.h |
| Include Path | #include "IAudioParameterInterfaceRegistry.h" |
Syntax
struct FClassOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsDefault | const bool | Whether or not the interface should be immediately added to the given class type on creation. | IAudioParameterInterfaceRegistry.h | |
| bIsModifiable | const bool | Whether or not the class may be directly modifiable on an asset implementing the given interface (added, removed, etc.) | IAudioParameterInterfaceRegistry.h | |
| ClassPath | const FTopLevelAssetPath | Path to restricted UClass. | IAudioParameterInterfaceRegistry.h |