FObjectInstancingGraph::SetDestinationRoot

Sets the DestinationRoot for this instancing graph.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp

Syntax

void SetDestinationRoot
(
    class UObject * DestinationSubobjectRoot,
    class UObject * InSourceRoot
)

Remarks

Sets the DestinationRoot for this instancing graph.

Parameters

Parameter

Description

DestinationSubobjectRoot

the top-level object that is being created

InSourceRoot

Archetype of DestinationSubobjectRoot

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