Navigation
API > API/Plugins > API/Plugins/LiveLink
Settings object for a livelinkhub subject.
| Name | ULiveLinkHubSubjectSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkHubSubjectSettings.h |
| Include Path | #include "LiveLinkHubSubjectSettings.h" |
Syntax
UCLASS (MinimalAPI)
class ULiveLinkHubSubjectSettings : public ULiveLinkSubjectSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkSubjectSettings → ULiveLinkHubSubjectSettings
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnPropertyModified | TMulticastDelegate_OneParam< void, const FName & > | LiveLinkHubSubjectSettings.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnPropertyModifiedDelegate | FOnPropertyModified | Triggered when a property is modified. | LiveLinkHubSubjectSettings.h | |
| OutboundName | FString | Name override that will be transmitted to clients instead of the subject name. | LiveLinkHubSubjectSettings.h |
|
| PreviousOutboundName | FName | Previous outbound name to be used for noticing clients to remove this entry from their subject list. | LiveLinkHubSubjectSettings.h | |
| Source | FString | Source that contains the subject. | LiveLinkHubSubjectSettings.h |
|
| SubjectName | FString | Name of this subject. | LiveLinkHubSubjectSettings.h |
|
| TranslatorsProxy | TObjectPtr< ULiveLinkFrameTranslator > | Proxy property used edit the translators. | LiveLinkHubSubjectSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnPropertyModified OnPropertyModified() |
LiveLinkHubSubjectSettings.h |
Overridden from ULiveLinkSubjectSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetRebroadcastName() |
LiveLinkHubSubjectSettings.h | ||
virtual void Initialize
(
FLiveLinkSubjectKey InSubjectKey |
LiveLinkHubSubjectSettings.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
LiveLinkHubSubjectSettings.h | ||
virtual void PreEditChange
(
FProperty* PropertyAboutToChange |
LiveLinkHubSubjectSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetOutboundNamePropertyName() |
LiveLinkHubSubjectSettings.h | ||
static FName GetSubjectNamePropertyName() |
LiveLinkHubSubjectSettings.h |