Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FObjectInstancingGraph
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 |
void SetDestinationRoot
&40;
class UObject &42; DestinationSubobjectRoot,
class UObject &42; InSourceRoot
&41;
Remarks
Sets the DestinationRoot for this instancing graph.
Parameters
Name | Description |
---|---|
DestinationSubobjectRoot | the top-level object that is being created |
InSourceRoot | Archetype of DestinationSubobjectRoot |