Navigation
API > API/Plugins > API/Plugins/LiveLinkVRPN
Inheritance Hierarchy
- ILiveLinkSource
- FRunnable
- TSharedFromThis
- FLiveLinkVRPNSource
References
| Module | LiveLinkVRPN |
| Header | /Engine/Plugins/VirtualProduction/LiveLinkVRPN/Source/LiveLinkVRPN/Public/LiveLinkVRPNSource.h |
| Include | #include "LiveLinkVRPNSource.h" |
Syntax
class FLiveLinkVRPNSource :
public ILiveLinkSource,
public FRunnable,
public TSharedFromThis< FLiveLinkVRPNSource >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkVRPNSource
(
const FLiveLinkVRPNConnectionSettings& ConnectionSettings |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Start () |
Overridden from ILiveLinkSource
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkSourceSettings > | Setting class to display and used by the Source. | ||
| FText | For UI, from where the source data is coming from. | ||
| FText | For UI, what is the status of the source. | ||
| FText | For UI, what is the identifier of the source. | ||
| bool | Returns whether the Source is connected to its data provider and can still push valid data. | ||
| void | ReceiveClient
(
ILiveLinkClient* InClient, |
The source has been added to the Client and a Guid has been associated. | |
| bool | Request the source to shutdown. |