Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DoesSubjectSupportsRole_AnyThread
(
const FLiveLinkSubjectKey& SubjectKey, |
Whether a subject support a particular role, either directly or through a translator | ILiveLinkClient.h | |
bool DoesSubjectSupportsRole_AnyThread
(
FLiveLinkSubjectName SubjectName, |
Whether a subject support a particular role, either directly or through a translator | ILiveLinkClient.h |
DoesSubjectSupportsRole_AnyThread(const FLiveLinkSubjectKey &, TSubclassOf< ULiveLinkRole >)
Description
Whether a subject support a particular role, either directly or through a translator
| Name | DoesSubjectSupportsRole_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool DoesSubjectSupportsRole_AnyThread
(
const FLiveLinkSubjectKey & SubjectKey,
TSubclassOf < ULiveLinkRole > SupportedRole
) const
DoesSubjectSupportsRole_AnyThread(FLiveLinkSubjectName, TSubclassOf< ULiveLinkRole >)
Description
Whether a subject support a particular role, either directly or through a translator
| Name | DoesSubjectSupportsRole_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool DoesSubjectSupportsRole_AnyThread
(
FLiveLinkSubjectName SubjectName,
TSubclassOf < ULiveLinkRole > SupportedRole
) const