Navigation
API > API/Plugins > API/Plugins/MetaHumanLocalLiveLinkSource
| Name | FMetaHumanLocalLiveLinkSource |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLocalLiveLinkSource/Public/MetaHumanLocalLiveLinkSource.h |
| Include Path | #include "MetaHumanLocalLiveLinkSource.h" |
Syntax
class FMetaHumanLocalLiveLinkSource :
public ILiveLinkSource ,
public TSharedFromThis< FMetaHumanLocalLiveLinkSource >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMetaHumanLocalLiveLinkSource
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMetaHumanLocalLiveLinkSource() |
MetaHumanLocalLiveLinkSource.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsActive | bool | MetaHumanLocalLiveLinkSource.h | ||
| Settings | UMetaHumanLocalLiveLinkSourceSettings * | MetaHumanLocalLiveLinkSource.h | ||
| Subjects | TMap< FLiveLinkSubjectKey, TSharedPtr< FMetaHumanLocalLiveLinkSubject > > | MetaHumanLocalLiveLinkSource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * CreateSubjectSettings() |
MetaHumanLocalLiveLinkSource.h | ||
const FGuid & GetSourceGuid() |
MetaHumanLocalLiveLinkSource.h | ||
FLiveLinkSubjectKey RequestSubjectCreation
(
const FString& InSubjectName, |
MetaHumanLocalLiveLinkSource.h |
Overridden from ILiveLinkSource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSubclassOf< ULiveLinkSourceSettings > GetSettingsClass() |
MetaHumanLocalLiveLinkSource.h | ||
virtual FText GetSourceMachineName() |
MetaHumanLocalLiveLinkSource.h | ||
virtual FText GetSourceStatus() |
MetaHumanLocalLiveLinkSource.h | ||
virtual void InitializeSettings
(
ULiveLinkSourceSettings* InSettings |
MetaHumanLocalLiveLinkSource.h | ||
virtual bool IsSourceStillValid() |
MetaHumanLocalLiveLinkSource.h | ||
virtual void ReceiveClient
(
ILiveLinkClient* InClient, |
MetaHumanLocalLiveLinkSource.h | ||
virtual bool RequestSourceShutdown() |
MetaHumanLocalLiveLinkSource.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FMetaHumanLocalLiveLinkSubject > CreateSubject
(
const FName& InSubjectName, |
MetaHumanLocalLiveLinkSource.h | ||
virtual void OnSourceCreated
(
bool bIsPreset |
MetaHumanLocalLiveLinkSource.h |