Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNodeGraph
Description
Check if the duplication took place at the asset level if so, we have to recreate all constant/attribute nodes such that their class pointers don't point to classes in the source asset. This can happen because generated class in the source package/asset are not duplicated automatically to the new package/asset
Virtual Inheritance
- UObject::PostDuplicate → UOptimusNodeGraph::PostDuplicate
| Name | PostDuplicate |
| Type | function |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodeGraph.h |
| Include Path | #include "OptimusNodeGraph.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNodeGraph.cpp |
virtual void PostDuplicate
(
EDuplicateMode::Type DuplicateMode
)