Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Description
Get the translated role of a subject (if it's being translated before being rebroadcast). If the subject is not being translated, this function will return an invalid TSubclassOf.
| Name | GetSubjectTranslatedRole_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
TSubclassOf < ULiveLinkRole > GetSubjectTranslatedRole_AnyThread
(
const FLiveLinkSubjectKey & SubjectKey
) const