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