Navigation
API > API/Runtime > API/Runtime/AudioLinkCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAudioLinkSettingsAbstract
References
| Module | AudioLinkCore |
| Header | /Engine/Source/Runtime/AudioLink/AudioLinkCore/Public/AudioLinkSettingsAbstract.h |
| Include | #include "AudioLinkSettingsAbstract.h" |
Syntax
UCLASS (Config=Engine, Abstract, EditInlineNew, BlueprintType, MinimalAPI)
class UAudioLinkSettingsAbstract : public UObject
Remarks
This opaque class should be used for specifying settings for how audio should be send to an external audio link.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSharedSettingsProxyPtr | ProxyInstance |
Functions
| Type | Name | Description | |
|---|---|---|---|
| auto | GetCastProxy () |
||
| FName | |||
| const FSharedSettingsProxyPtr & | GetProxy () |
||
| FSharedSettingsProxyPtr | MakeProxy () |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Typedefs
| Name | Description |
|---|---|
| FSharedSettingsProxyPtr |