Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSubjectTimeSynchronized
(
const FLiveLinkSubjectKey& SubjectKey |
Whether or not the subject's data, from a specific source, is time synchronized or not | ILiveLinkClient.h | |
bool IsSubjectTimeSynchronized
(
FLiveLinkSubjectName SubjectName |
Whether or not the subject's data is time synchronized or not | ILiveLinkClient.h |
IsSubjectTimeSynchronized(const FLiveLinkSubjectKey &)
Description
Whether or not the subject's data, from a specific source, is time synchronized or not
| Name | IsSubjectTimeSynchronized |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool IsSubjectTimeSynchronized
(
const FLiveLinkSubjectKey & SubjectKey
) const
IsSubjectTimeSynchronized(FLiveLinkSubjectName)
Description
Whether or not the subject's data is time synchronized or not
| Name | IsSubjectTimeSynchronized |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool IsSubjectTimeSynchronized
(
FLiveLinkSubjectName SubjectName
) const