Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Description
Get the source name override for a given subject. Allows subjects to modify the source's display name in the UI when needed.
| Name | GetSourceNameOverride |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
FText GetSourceNameOverride
(
const FLiveLinkSubjectKey & SubjectKey
) const