 |
bool |
bPreProcessRebroadcastFrames |
Whether to Preprocess frames before rebroadcasting them. |
 |
bool |
bTranslateRebroadcastFrames |
Whether to translate frames before rebroadcasting them. |
 |
float |
ClockOffsetCorrectionStep |
Continuous clock offset correction step |
 |
TSoftObjectPtr< ULiveLinkPreset > |
DefaultLiveLinkPreset |
The default preset that should be applied |
 |
ELiveLinkSourceMode |
DefaultMessageBusSourceMode |
The default evaluation mode a source connected via the message bus should start with. |
 |
TArray< FLiveLinkRoleProjectSetting > |
DefaultRoleSettings |
|
 |
FSoftClassPath |
DefaultSettingsClass |
When a settings class is not speficied for a role, this settings class will be used. |
 |
TSubclassOf< ULiveLinkFrameInterpolationProcessor > |
FrameInterpolationProcessor |
The interpolation class to use for new Subjects if no specific settings we set for the Subject's role. |
 |
FLinearColor |
InvalidColor |
Color for Subjects that have not received data from their Source for TimeWithoutFrameToBeConsiderAsInvalid. |
 |
double |
MessageBusHeartbeatFrequency |
The refresh frequency of the heartbeat when a provider didn't send us an updated. |
 |
double |
MessageBusHeartbeatTimeout |
How long we should wait before a provider become unresponsive. |
 |
double |
MessageBusPingRequestFrequency |
The refresh frequency of the list of message bus provider (when discovery is requested). |
 |
double |
MessageBusTimeBeforeRemovingInactiveSource |
Subjects will be removed when their source has been unresponsive for this long. |
 |
uint8 |
TextSizeSource |
Font size of Source names shown in LiveLink Debug View. |
 |
uint8 |
TextSizeSubject |
Font size of Subject names shown in LiveLink Debug View. |
 |
double |
TimeWithoutFrameToBeConsiderAsInvalid |
A source may still exist but does not send frames for a subject. |
 |
FLinearColor |
ValidColor |
Color for active Subjects receiving data from their Source. |