Navigation
API > API/Plugins > API/Plugins/LiveLinkDevice
| Name | ULiveLinkDeviceCapability_Connection |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDeviceCapability_Connection.h |
| Include Path | #include "LiveLinkDeviceCapability_Connection.h" |
Syntax
class ULiveLinkDeviceCapability_Connection : public ULiveLinkDeviceCapability
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → ULiveLinkDeviceCapability → ULiveLinkDeviceCapability_Connection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULiveLinkDeviceCapability_Connection() |
LiveLinkDeviceCapability_Connection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Column_HardwareId | const FName | LiveLinkDeviceCapability_Connection.h |
Functions
Public
Overridden from ULiveLinkDeviceCapability
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SHeaderRow::FColumn::FArguments & GenerateHeaderForColumn
(
const FName InColumnId, |
Configure the header for the specified column. | LiveLinkDeviceCapability_Connection.h | |
virtual TSharedPtr< SWidget > GenerateWidgetForColumn
(
const FName InColumnId, |
Optional; allows a capability to provide a default widget the device can fall back to. | LiveLinkDeviceCapability_Connection.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConnectAllDevices() |
Invokes the `Connect_ method on all registered devices implementing this interface. | LiveLinkDeviceCapability_Connection.h | |
void DisconnectAllDevices() |
Invokes the `Disconnect_ method on all registered devices implementing this interface. | LiveLinkDeviceCapability_Connection.h | |
TSharedRef< SWidget > Header_GetMenuContent() |
Builds the menu for the column header. | LiveLinkDeviceCapability_Connection.h |