IConnectionRequestHandler

In DirectLink, Source points can request connections on Destinations points.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IConnectionRequestHandler()

Functions

Name Description

Public function

bool

 

CanOpenNewConnection

(
    const FSourceInformation& Source
)

Public function

TSharedPtr< ...

 

GetSceneReceiver

(
    const FSourceInformation& Source
)

Classes

Name

Description

Public struct

FSourceInformation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss