Navigation
API > API/Plugins > API/Plugins/LiveLinkFaceSource
| Name | ULiveLinkFaceSourceSettings |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/LiveLinkFaceSource/Public/LiveLinkFaceSourceSettings.h |
| Include Path | #include "LiveLinkFaceSourceSettings.h" |
Syntax
UCLASS ()
class ULiveLinkFaceSourceSettings : public ULiveLinkSourceSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkSourceSettings → ULiveLinkFaceSourceSettings
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IPAddressRegex | const FString | LiveLinkFaceSourceSettings.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Address | FString | LiveLinkFaceSourceSettings.h | ||
| Port | uint16 | LiveLinkFaceSourceSettings.h | ||
| Source | FLiveLinkFaceSource * | LiveLinkFaceSourceSettings.h | ||
| SubjectName | FString | LiveLinkFaceSourceSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetAddress() |
Get the stored address value | LiveLinkFaceSourceSettings.h | |
const uint16 GetPort() |
Get the stored port value | LiveLinkFaceSourceSettings.h | |
const FString & GetSubjectName() |
Get the store subject name value | LiveLinkFaceSourceSettings.h | |
void Init
(
FLiveLinkFaceSource* InSource, |
Initialize the source settings with the owning source and a connection string in the format 'ADDRESS:PORT' | LiveLinkFaceSourceSettings.h | |
bool IsAddressValid() |
Check whether the stored address is valid | LiveLinkFaceSourceSettings.h | |
bool RequestConnect() |
Request the owning Live Link source to connect to the server | LiveLinkFaceSourceSettings.h | |
void SetAddress
(
const FString& InAddress |
Update the stored address value | LiveLinkFaceSourceSettings.h | |
void SetPort
(
const uint16 InPort |
Update the stored port value | LiveLinkFaceSourceSettings.h | |
void SetSubjectName
(
const FString& InSubjectName |
Update the stored subject name value | LiveLinkFaceSourceSettings.h |