Navigation
API > API/Plugins > API/Plugins/LiveLink
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkSettings.h |
| Include | #include "LiveLinkSettings.h" |
Syntax
USTRUCT&40;&41;
struct FLiveLinkRoleProjectSetting
Remarks
Settings for LiveLinkRole.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkFrameInterpolationProcessor > | FrameInterpolationProcessor | The interpolation to use for the subject. If null, no interpolation will be performed. | |
| TArray< TSubclassOf< ULiveLinkFramePreProcessor > > | FramePreProcessors | The pre processors to use for the subject. | |
| TSubclassOf< ULiveLinkRole > | Role | The role of the current setting. | |
| TSubclassOf< ULiveLinkSubjectSettings > | SettingClass | The settings class to use for the subject. |
Constructors
| Type | Name | Description | |
|---|---|---|---|