FEndpoint::AddDestination

Add a Destination on that endpoint

Windows
MacOS
Linux

References

Module

DirectLink

Header

/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkEndpoint.h

Include

#include "DirectLinkEndpoint.h"

Source

/Engine/Source/Runtime/Datasmith/DirectLink/Private/DirectLinkEndpoint.cpp

Syntax

FDestinationHandle AddDestination
(
    const FString & Name,
    EVisibility Visibility,
    const TSharedPtr< class IConnectionRequestHandler > & ConnectionRequestHandler
)

Remarks

Add a Destination on that endpoint

Returns

A handle to the new destination

Parameters

Parameter

Description

Name

Name of that destination

Visibility

Whether this destination should be visible to remote endpoints

ConnectionRequestHandler

Object that will handle connections requests from Sources

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