Notifications
Clear all

[Closed] Copy Node C++

Hey, nice easy question how do you make a copy of a node without any references ?? as I want to do all my work to a copy of a node instead of the original one. Thanks

2 Replies

Interface::CloneNodes ?

Haha, Perfect Thought I went through the Interface class, but not well enough it seems xD Thanks