FLiveLinkRoleTrait

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

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

Include

#include "LiveLinkRoleTrait.h"

Syntax

class FLiveLinkRoleTrait

Functions

Name Description

Public function Static

TSubclassOf<...

 

GetControllerClass

(
    TSubclassOf< ULiveLinkRole > Role
)

Get the Controller class for a Role.

Live Link Controller

Public function Static

TArray< TSub...

 

GetFrameInterpolationProcessorClasses

(
    TSubclassOf< ULiveLinkRole > Role
)

Get the list of all the Frame Interpolation Processor for the Role.

Frame Interpolate Processor

Public function Static

TArray< TSub...

 

GetFramePreProcessorClasses

(
    TSubclassOf< ULiveLinkRole > Role
)

Get the list of all the Frame Pre Processor for the Role.

Frame Pre Processor

Public function Static

TArray< TSub...

 

GetFrameTranslatorClassesFrom

(
    TSubclassOf< ULiveLinkRole > Role
)

Get the list of all the Frame Translator to convert from a Role.

Public function Static

TArray< TSub...

 

GetFrameTranslatorClassesTo

(
    TSubclassOf< ULiveLinkRole > Role
)

Get the list of all the Frame Translator to convert into a Role.

Frame Translator

Public function Static

TArray< TSub...

 

GetRoles()

Get the list of all the LiveLinkRole.

Live Link role

Public function Static

TArray< TSub...

 

GetVirtualSubjectClasses()

Get the list of all the Frame Virtual Subject for a Role.

Virtual Subject

Public function Static

TArray< TSub...

 

GetVirtualSubjectClasses

(
    TSubclassOf< ULiveLinkRole > Role
)

Get the list of all the Frame Virtual Subject for a Role.

Virtual Subject

Public function Static

bool

 

Validate

(
    TSubclassOf< ULiveLinkRole > Role,
    const FLiveLinkStaticDataStruct& S...
)

Return true if the StaticData matches the Role static data type.

Validate

Public function Static

bool

 

Validate

(
    TSubclassOf< ULiveLinkRole > Role,
    const FLiveLinkFrameDataStruct& Fr...
)

Return true if the FrameData matches the Role frame data type.

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