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