ULevel::PreDuplicate

Called before duplication.

Windows
MacOS
Linux

Override Hierarchy

UObject::PreDuplicate()

ULevel::PreDuplicate()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Level.h

Include

#include "Engine/Level.h"

Source

/Engine/Source/Runtime/Engine/Private/Level.cpp

Syntax

virtual void PreDuplicate
(
    FObjectDuplicationParameters & DupParams
)

Remarks

Called before duplication.

Parameters

Parameter

Description

DupParams

the full parameters the object will be duplicated with. Allows access to modify params such as the duplication seed for example for pre-filling the dup-source => dup-target map used by StaticDuplicateObject.

See Also

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