Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSubjectValid
(
const FLiveLinkSubjectKey& SubjectKey |
Whether or not a subject from a specific source is valid and has valid snapshot data | ILiveLinkClient.h | |
bool IsSubjectValid
(
FLiveLinkSubjectName SubjectName |
Whether or not the client has a subject with this name that is valid and has valid snapshot data | ILiveLinkClient.h |
IsSubjectValid(const FLiveLinkSubjectKey &)
Description
Whether or not a subject from a specific source is valid and has valid snapshot data
| Name | IsSubjectValid |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool IsSubjectValid
(
const FLiveLinkSubjectKey & SubjectKey
) const
IsSubjectValid(FLiveLinkSubjectName)
Description
Whether or not the client has a subject with this name that is valid and has valid snapshot data
| Name | IsSubjectValid |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
bool IsSubjectValid
(
FLiveLinkSubjectName SubjectName
) const