Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkSourceSettings
- ULiveLinkCurveRemapSettings
- ULiveLinkFreeDSourceSettings
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceSettings.h |
| Include | #include "LiveLinkSourceSettings.h" |
Syntax
UCLASS (MinimalAPI)
class ULiveLinkSourceSettings : public UObject
Remarks
Base class for live link source settings (can be replaced by sources themselves)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLiveLinkSourceBufferManagementSettings | BufferSettings | How the frame buffers are managed. | |
| FString | ConnectionString | Connection information that is needed by the factory to recreate the source from a preset. | |
| TSubclassOf< ULiveLinkSourceFactory > | Factory | Factory used to create the source. | |
| ELiveLinkSourceMode | Mode | The the subject how to create the frame snapshot. | |
| FLiveLinkSubjectName | ParentSubject | Which subject should be used as a synchronization source for this source. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
Called by the editor to query whether a property of this object is allowed to be modified. | |
| void | Handles reading, writing, and reference collecting using FArchive. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FLiveLinkSourceDebugInfo > | SourceDebugInfos_DEPRECATED |