Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Description
Utility method to grab a subject's static data. Used by the RecordingController when static data is missing from the recording.
| Name | GetSubjectStaticData_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
const FLiveLinkStaticDataStruct * GetSubjectStaticData_AnyThread
(
const FLiveLinkSubjectKey & InSubjectKey,
bool bGetOverrideData
) const
Parameters
| Name | Remarks |
|---|---|
| InSubjectKey | The subject key to use. |
| bGetOverrideData | Whether to get static override data if it exists. |