Navigation
API > API/Runtime > API/Runtime/DirectLink
Inheritance Hierarchy
- IConnectionRequestHandler
- FDirectLinkExternalSource
References
| Module | DirectLink |
| Header | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkConnectionRequestHandler.h |
| Include | #include "DirectLinkConnectionRequestHandler.h" |
Syntax
class IConnectionRequestHandler
Remarks
In DirectLink, Source points can request connections on Destinations points. For each destination, an instance of this class is used to accept/refuse incoming connections requests, and provide a SceneReceiver associated to each accepted Source. Each stream (pair Source-Destination) must have a distinct SceneReceiver.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanOpenNewConnection
(
const FSourceInformation& Source |
||
| TSharedPtr< ISceneReceiver > | GetSceneReceiver
(
const FSourceInformation& Source |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSourceInformation |