Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearSubjectsFrames_AnyThread
(
FLiveLinkSubjectName SubjectName |
Clear the stored frames associated with the enabled subject | ILiveLinkClient.h | |
void ClearSubjectsFrames_AnyThread
(
const FLiveLinkSubjectKey& SubjectKey |
Clear the stored frames associated with the subject | ILiveLinkClient.h |
ClearSubjectsFrames_AnyThread(FLiveLinkSubjectName)
Description
Clear the stored frames associated with the enabled subject
| Name | ClearSubjectsFrames_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
void ClearSubjectsFrames_AnyThread
(
FLiveLinkSubjectName SubjectName
)
ClearSubjectsFrames_AnyThread(const FLiveLinkSubjectKey &)
Description
Clear the stored frames associated with the subject
| Name | ClearSubjectsFrames_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
void ClearSubjectsFrames_AnyThread
(
const FLiveLinkSubjectKey & SubjectKey
)