Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ILiveLinkClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveSource
(
TSharedPtr< ILiveLinkSource > Source |
Remove the specified source from the live link client | ILiveLinkClient.h | |
void RemoveSource
(
FGuid SourceGuid |
Remove the source specified by the source Id from the live link client | ILiveLinkClient.h |
RemoveSource(TSharedPtr< ILiveLinkSource >)
Description
Remove the specified source from the live link client
| Name | RemoveSource |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
void RemoveSource
(
TSharedPtr < ILiveLinkSource > Source
)
RemoveSource(FGuid)
Description
Remove the source specified by the source Id from the live link client
| Name | RemoveSource |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
void RemoveSource
(
FGuid SourceGuid
)