Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
| Name | FLiveLinkRoleTrait |
| Type | class |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkRoleTrait.h |
| Include Path | #include "LiveLinkRoleTrait.h" |
Syntax
class FLiveLinkRoleTrait
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSubclassOf< ULiveLinkController > GetControllerClass
(
TSubclassOf< ULiveLinkRole > Role |
Get the Controller class for a Role.Live Link Controller | LiveLinkRoleTrait.h | |
static TArray< TSubclassOf< ULiveLinkFrameInterpolationProcessor > > GetFrameInterpolationProcessorClasses
(
TSubclassOf< ULiveLinkRole > Role |
Get the list of all the Frame Interpolation Processor for the Role.Frame Interpolate Processor | LiveLinkRoleTrait.h | |
static TArray< TSubclassOf< ULiveLinkFramePreProcessor > > GetFramePreProcessorClasses
(
TSubclassOf< ULiveLinkRole > Role |
Get the list of all the Frame Pre Processor for the Role.Frame Pre Processor | LiveLinkRoleTrait.h | |
static TArray< TSubclassOf< ULiveLinkFrameTranslator > > GetFrameTranslatorClassesFrom
(
TSubclassOf< ULiveLinkRole > Role |
Get the list of all the Frame Translator to convert from a Role. | LiveLinkRoleTrait.h | |
static TArray< TSubclassOf< ULiveLinkFrameTranslator > > GetFrameTranslatorClassesTo
(
TSubclassOf< ULiveLinkRole > Role |
Get the list of all the Frame Translator to convert into a Role.Frame Translator | LiveLinkRoleTrait.h | |
static TArray< TSubclassOf< ULiveLinkRole > > GetRoles() |
Get the list of all the LiveLinkRole.Live Link role | LiveLinkRoleTrait.h | |
static TArray< TSubclassOf< ULiveLinkVirtualSubject > > GetVirtualSubjectClasses () |
Get the list of all the Frame Virtual Subject for a Role.Virtual Subject | LiveLinkRoleTrait.h | |
static TArray< TSubclassOf< ULiveLinkVirtualSubject > > GetVirtualSubjectClasses
(
TSubclassOf< ULiveLinkRole > Role |
LiveLinkRoleTrait.h | ||
static bool Validate
(
TSubclassOf< ULiveLinkRole > Role, |
Return true if the StaticData matches the Role static data type.Validate | LiveLinkRoleTrait.h | |
static bool Validate
(
TSubclassOf< ULiveLinkRole > Role, |
Return true if the FrameData matches the Role frame data type. | LiveLinkRoleTrait.h |