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