ILiveLinkFrameTranslatorWorker

Basic object to translate data from one role to another @note It can be called from any thread

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LiveLinkInterface

Header

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

Include

#include "LiveLinkFrameTranslator.h"

Syntax

class ILiveLinkFrameTranslatorWorker

Remarks

Basic object to translate data from one role to another @note It can be called from any thread

Functions

Name Description

Public function Const

bool

 

CanTranslate

(
    TSubclassOf< ULiveLinkRole > ToRole
)

Public function Const

TSubclassOf<...

 

GetFromRole()

Public function Const

TSubclassOf<...

 

GetToRole()

Public function Const

bool

 

Translate

(
    const FLiveLinkStaticDataStruct& I...,
    const FLiveLinkFrameDataStruct& In...,
    FLiveLinkSubjectFrameData& OutTran...
)

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