Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundCueGraph > API/Editor/AudioEditor/SoundCueGraph/USoundCueGraphNode
- UObject::PostDuplicate()
- USoundCueGraphNode::PostDuplicate()
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphNode.h |
Include | #include "SoundCueGraph/SoundCueGraphNode.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundCueGraphNode.cpp |
virtual void PostDuplicate
&40;
bool bDuplicateForPIE
&41;
Remarks
Called after duplication & serialization and before PostLoad. Used to e.g. make sure UStaticMesh's UModel gets copied as well. Note: NOT called on components on actor duplication (alt-drag or copy-paste). Use PostEditImport as well to cover that case.