Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DoesSubjectSupportsRole_AnyThread
(
const FLiveLinkSubjectKey& SubjectKey, |
LiveLinkClient.h | ||
virtual bool DoesSubjectSupportsRole_AnyThread
(
FLiveLinkSubjectName SubjectName, |
LiveLinkClient.h |
DoesSubjectSupportsRole_AnyThread(const FLiveLinkSubjectKey &, TSubclassOf< ULiveLinkRole >)
| Name | DoesSubjectSupportsRole_AnyThread |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkClient.h |
| Include Path | #include "LiveLinkClient.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkClient.cpp |
virtual bool DoesSubjectSupportsRole_AnyThread
(
const FLiveLinkSubjectKey & SubjectKey,
TSubclassOf < ULiveLinkRole > SupportedRole
) const
DoesSubjectSupportsRole_AnyThread(FLiveLinkSubjectName, TSubclassOf< ULiveLinkRole >)
| Name | DoesSubjectSupportsRole_AnyThread |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkClient.h |
| Include Path | #include "LiveLinkClient.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkClient.cpp |
virtual bool DoesSubjectSupportsRole_AnyThread
(
FLiveLinkSubjectName SubjectName,
TSubclassOf < ULiveLinkRole > SupportedRole
) const