ULiveLinkSourceSettings

Base class for live link source settings (can be replaced by sources themselves)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceSettings.h

Include

#include "LiveLinkSourceSettings.h"

Syntax

class ULiveLinkSourceSettings : public UObject

Remarks

Base class for live link source settings (can be replaced by sources themselves)

Variables

Name Description

Public variable

FLiveLinkSource...

 

BufferSettings

How the frame buffers are managed.

Public variable

FString

 

ConnectionString

Connection information that is needed by the factory to recreate the source from a preset.

Public variable

TSubclassOf< UL...

 

Factory

Factory used to create the source.

Public variable

ELiveLinkSource...

 

Mode

The the subject how to create the frame snapshot.

Overridden from UObject

Name Description

Public function Virtual Const

bool

 

CanEditChange

(
    const FProperty* InProperty
)

Called by the editor to query whether a property of this object is allowed to be modified.

Public function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Handles reading, writing, and reference collecting using FArchive.

Deprecated Variables

Name Description

Public variable

TArray< FLiveLi...

 

SourceDebugInfos_DEPRECATED

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss