Navigation
API > API/Runtime > API/Runtime/DirectLink > API/Runtime/DirectLink/FEndpoint
Description
Add a Source to that endpoint. A source can hold content (a scene snapshot) and is able to stream that content to remote destinations.
| Name | AddSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkEndpoint.h |
| Include Path | #include "DirectLinkEndpoint.h" |
| Source | /Engine/Source/Runtime/Datasmith/DirectLink/Private/DirectLinkEndpoint.cpp |
FSourceHandle AddSource
(
const FString & Name,
EVisibility Visibility
)
A Handle required by other Source related methods
Parameters
| Name | Remarks |
|---|---|
| Name | User facing name for this source. |
| Visibility | Whether that Source is visible to remote endpoints |