Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSubclassOf< ULiveLinkRole > GetSubjectRole_AnyThread
(
const FLiveLinkSubjectKey& SubjectKey |
Get the role of a subject from a specific source | ILiveLinkClient.h | |
TSubclassOf< ULiveLinkRole > GetSubjectRole_AnyThread
(
FLiveLinkSubjectName SubjectName |
Get the role of the subject with this name | ILiveLinkClient.h |
GetSubjectRole_AnyThread(const FLiveLinkSubjectKey &)
Description
Get the role of a subject from a specific source
| Name | GetSubjectRole_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
TSubclassOf < ULiveLinkRole > GetSubjectRole_AnyThread
(
const FLiveLinkSubjectKey & SubjectKey
) const
GetSubjectRole_AnyThread(FLiveLinkSubjectName)
Description
Get the role of the subject with this name
| Name | GetSubjectRole_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
TSubclassOf < ULiveLinkRole > GetSubjectRole_AnyThread
(
FLiveLinkSubjectName SubjectName
) const