Navigation
Unreal Engine C++ API Reference > Runtime > LiveLinkInterface
Inheritance Hierarchy
- ILiveLinkFrameTranslatorWorker
- ULiveLinkAnimationRoleToTransform::FLiveLinkAnimationRoleToTransformWorker
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
It can be called from any thread
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | CanTranslate
(
TSubclassOf< ULiveLinkRole > ToRole |
|
![]() ![]() |
TSubclassOf< ULiveLinkRole > | GetFromRole () |
|
![]() ![]() |
TSubclassOf< ULiveLinkRole > | GetToRole () |
|
![]() ![]() |
bool | Translate
(
const FLiveLinkStaticDataStruct& InStaticData, |