UModel::PostDuplicate

Called after duplication & serialization and before PostLoad.

Windows
MacOS
Linux

Override Hierarchy

UObject::PostDuplicate()

UModel::PostDuplicate()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Model.h

Include

#include "Model.h"

Source

/Engine/Source/Runtime/Engine/Private/Model.cpp

Syntax

virtual void PostDuplicate
(
    bool bDuplicateForPIE
)

Remarks

Called after duplication & serialization and before PostLoad. Used to make sure UModel's FPolys get duplicated as well.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss