Navigation
API > API/Runtime > API/Runtime/DirectLink > API/Runtime/DirectLink/FEndpoint
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 |
FDestinationHandle AddDestination
&40;
const FString & Name,
EVisibility Visibility,
const TSharedPtr< class IConnectionRequestHandler > & ConnectionRequestHandler
&41;
Remarks
Add a Destination on that endpoint A handle to the new destination
Parameters
Name | 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 |