Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnLiveLinkSourceChangedDelegate, |
ILiveLinkClient.h | ||
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnLiveLinkSubjectChangedDelegate, |
ILiveLinkClient.h | ||
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnLiveLinkSubjectStaticDataReceived, |
ILiveLinkClient.h |
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnLiveLinkSourceChangedDelegate, FGuid)
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnLiveLinkSourceChangedDelegate,
FGuid
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnLiveLinkSubjectChangedDelegate, FLiveLinkSubjectKey)
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnLiveLinkSubjectChangedDelegate,
FLiveLinkSubjectKey
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnLiveLinkSubjectStaticDataReceived, const FLiveLinkStaticDataStruct &)
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkClient.h |
| Include Path | #include "ILiveLinkClient.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnLiveLinkSubjectStaticDataReceived,
const FLiveLinkStaticDataStruct &
)