![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LiveLinkFrameTranslator.h>
Public Member Functions | |
| LIVELINKINTERFACE_API bool | CanTranslate (TSubclassOf< ULiveLinkRole > ToRole) const |
| virtual TSubclassOf< ULiveLinkRole > | GetFromRole () const =0 |
| virtual TSubclassOf< ULiveLinkRole > | GetToRole () const =0 |
| virtual bool | Translate (const FLiveLinkStaticDataStruct &InStaticData, const FLiveLinkFrameDataStruct &InFrameData, FLiveLinkSubjectFrameData &OutTranslatedFrame) const =0 |
Basic object to translate data from one role to another
| bool ILiveLinkFrameTranslatorWorker::CanTranslate | ( | TSubclassOf< ULiveLinkRole > | ToRole | ) | const |
|
pure virtual |
|
pure virtual |
|
pure virtual |