Navigation
API > API/Plugins > API/Plugins/LiveLinkSoundDevice
Settings for Sound Devices recording device
| Name | ULiveLinkSoundDeviceSettings |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/LiveLinkSoundDevice/Source/LiveLinkSoundDevice/Public/LiveLinkSoundDeviceSettings.h |
| Include Path | #include "LiveLinkSoundDeviceSettings.h" |
Syntax
UCLASS ()
class ULiveLinkSoundDeviceSettings : public ULiveLinkDeviceSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkDeviceSettings → ULiveLinkSoundDeviceSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceModel | FString | Device model retrieved from device (read-only) | LiveLinkSoundDeviceSettings.h |
|
| IpAddress | FString | IP address of the Sound Devices device | LiveLinkSoundDeviceSettings.h |
|
| Password | FString | Password for HTTP Digest Authentication | LiveLinkSoundDeviceSettings.h |
|
| Port | uint16 | HTTP port for REST API communication | LiveLinkSoundDeviceSettings.h |
|
| Username | FString | Username for HTTP Digest Authentication | LiveLinkSoundDeviceSettings.h |
|