Navigation
API > API/Plugins > API/Plugins/LiveLinkHub
Provides an interface for querying and controlling the recording session.
| Name | ILiveLinkRecordingSession |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHub/Public/ILiveLinkRecordingSession.h |
| Include Path | #include "ILiveLinkRecordingSession.h" |
Syntax
class ILiveLinkRecordingSession : public IModularFeature
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnSessionIntChanged | TMulticastDelegate_OneParam< void, int32 > | ILiveLinkRecordingSession.h | |
| FOnSessionStringChanged | TMulticastDelegate_OneParam< void, FStringView > | ILiveLinkRecordingSession.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanRecord() |
ILiveLinkRecordingSession.h | ||
FString GetSessionName() |
ILiveLinkRecordingSession.h | ||
FString GetSlateName() |
ILiveLinkRecordingSession.h | ||
int32 GetTakeNumber() |
ILiveLinkRecordingSession.h | ||
bool IsRecording() |
ILiveLinkRecordingSession.h | ||
FSimpleMulticastDelegate & OnRecordingStarted() |
ILiveLinkRecordingSession.h | ||
FSimpleMulticastDelegate & OnRecordingStopped() |
ILiveLinkRecordingSession.h | ||
FOnSessionStringChanged & OnSessionNameChanged() |
ILiveLinkRecordingSession.h | ||
FOnSessionStringChanged & OnSlateNameChanged() |
ILiveLinkRecordingSession.h | ||
FOnSessionIntChanged & OnTakeNumberChanged() |
ILiveLinkRecordingSession.h | ||
bool SetSessionName
(
FStringView InSessionName |
ILiveLinkRecordingSession.h | ||
bool SetSlateName
(
FStringView InSlateName |
ILiveLinkRecordingSession.h | ||
bool SetTakeNumber
(
int32 InTakeNumber |
ILiveLinkRecordingSession.h | ||
bool StartRecording() |
ILiveLinkRecordingSession.h | ||
bool StopRecording() |
ILiveLinkRecordingSession.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ILiveLinkRecordingSession & Get() |
Convenience accessor for modular implementation. | ILiveLinkRecordingSession.h | |
static FName GetModularFeatureName() |
Name of the modular feature. | ILiveLinkRecordingSession.h |