Does dupicating objects instance them?

Unreal® Engine Integrated Plugin

Moderator: ChrisHekman

Post Reply
lukaskawalec
Posts: 8
Joined: Thu Oct 17, 2019 2:23 am

One of the best things about Octane standalone compared to applications like Blender is the ability to instance objects, so you could make a forest of trees with almost the same memory usage as just one tree.

So my question is just that: When you duplicate objects in Unreal engine, does this instance them for Octane?
ChrisHekman
OctaneRender Team
Posts: 1062
Joined: Wed Jan 18, 2017 3:09 pm

Yes and no. For static geometry there is no data duplication in Octane for Unreal.
Unreal instances and foliage are converted using octane scatter nodes. Which is octanes version of instancing.
Duplicate objects such as two staticmeshcomponents using the same mesh, will also share the same mesh data in octane, which is also a kind of instancing.

Animated meshes such as skeletonmesh and geometry caches will be duplicated when two components use the same underlying animated mesh.

I hope that clears it up for you.
lukaskawalec
Posts: 8
Joined: Thu Oct 17, 2019 2:23 am

It does perfectly. Thanks!
Post Reply

Return to “Unreal® Engine”