Navigation
API > API/Plugins > API/Plugins/LiveLinkDevice
| Name | ULiveLinkDeviceCapability_Recording |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDeviceCapability_Recording.h |
| Include Path | #include "LiveLinkDeviceCapability_Recording.h" |
Syntax
class ULiveLinkDeviceCapability_Recording : public ULiveLinkDeviceCapability
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → ULiveLinkDeviceCapability → ULiveLinkDeviceCapability_Recording
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULiveLinkDeviceCapability_Recording() |
LiveLinkDeviceCapability_Recording.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Column_RecordingStatus | const FName | LiveLinkDeviceCapability_Recording.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_Recording.h | |
virtual TSharedPtr< SWidget > GenerateWidgetForColumn
(
const FName InColumnId, |
Optional; allows a capability to provide a default widget the device can fall back to. | LiveLinkDeviceCapability_Recording.h | |
virtual void OnDeviceSubsystemDeinitializing() |
Called at the beginning of Live Link device subsystem de-initialization. | LiveLinkDeviceCapability_Recording.h | |
virtual void OnDeviceSubsystemInitialized() |
Called at completion of Live Link device subsystem initialization. | LiveLinkDeviceCapability_Recording.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void HandleRecordingStarted() |
LiveLinkDeviceCapability_Recording.h | ||
void HandleRecordingStopped() |
LiveLinkDeviceCapability_Recording.h |