Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FLiveLinkTime > GetSubjectFrameTimes
(
const FLiveLinkSubjectKey& SubjectKey |
Get the time of all the frames for a specific subject, including computed offsets. | ILiveLinkClient.h | |
TArray< FLiveLinkTime > GetSubjectFrameTimes
(
FLiveLinkSubjectName SubjectName |
Get the time of all the frames for a specific subject, including computed offsets. | ILiveLinkClient.h |
GetSubjectFrameTimes(const FLiveLinkSubjectKey &)
Description
Get the time of all the frames for a specific subject, including computed offsets.
Use for debugging purposes.
| Name | GetSubjectFrameTimes |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
TArray < FLiveLinkTime > GetSubjectFrameTimes
(
const FLiveLinkSubjectKey & SubjectKey
) const
GetSubjectFrameTimes(FLiveLinkSubjectName)
Description
Get the time of all the frames for a specific subject, including computed offsets.
Use for debugging purposes.
| Name | GetSubjectFrameTimes |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
TArray < FLiveLinkTime > GetSubjectFrameTimes
(
FLiveLinkSubjectName SubjectName
) const