Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
Include | #include "UObject/UObjectGlobals.h" |
Syntax
namespace EDuplicateMode
{
enum Type
{
Normal,
World,
PIE,
}
}
Values
Name | Description |
---|---|
Normal | No specific information about the reason for duplication |
World | Object is being duplicated as part of a world duplication |
PIE | Object is being duplicated as part of the process for entering Play In Editor |
Remarks
Enum used in StaticDuplicateObject() and related functions to describe why something is being duplicated