FEndpoint::OpenStream

Open a Stream between a Source and a Destination

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

EOpenStreamResult OpenStream
(
    const FSourceHandle & SourceId,
    const FDestinationHandle & DestinationId
)

Remarks

Open a Stream between a Source and a Destination

Returns

Whether the stream is correctly opened

Parameters

Parameter

Description

SourceId

Handle to the Source

DestinationId

Handle to the Destination

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