Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Settings for the messaging protocol of LiveLinkHub.
| Name | ULiveLinkHubMessagingSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessagingSettings.h |
| Include Path | #include "LiveLinkHubMessagingSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings)
class ULiveLinkHubMessagingSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkHubMessagingSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULiveLinkHubMessagingSettings() |
LiveLinkHubMessagingSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowReceivingFromUnreal | bool | Whether to allow the hub to receive LiveLink data from an unreal instance. | LiveLinkHubMessagingSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CanReceiveFrom_Map | TMultiMap< ELiveLinkTopologyMode, ELiveLinkTopologyMode > | Map of possible connections. Left side can receive a connection from right side. | LiveLinkHubMessagingSettings.h | |
| CanTransmitTo_Map | TMultiMap< ELiveLinkTopologyMode, ELiveLinkTopologyMode > | Map of possible connections. Left side can transmit data to a client from right side. | LiveLinkHubMessagingSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanReceiveFrom
(
ELiveLinkTopologyMode LHSMode, |
Whether an instance with the LHS mode can act as a Source for the RHS mode instance. | LiveLinkHubMessagingSettings.h | |
bool CanTransmitTo
(
ELiveLinkTopologyMode LHSMode, |
Whether an instance with the LHS mode can act as a Provider for the RHS mode instance. | LiveLinkHubMessagingSettings.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
LiveLinkHubMessagingSettings.h | ||
virtual void PostInitProperties() |
LiveLinkHubMessagingSettings.h |