FEndpoint::SetSourceRoot

Set the root of the content that should be exposed from that source.

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

void SetSourceRoot
(
    const FSourceHandle & Source,
    ISceneGraphNode * InRoot,
    bool bSnapshot
)

Remarks

Set the root of the content that should be exposed from that source.

Parameters

Parameter

Description

Source

Handle of the source to setup

InRoot

Root of the graph that should be exposed

bSnapshot

Whether the graph should be snapshotted right away

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