Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FObjectDuplicationParameters
Syntax
EObjectFlags ApplyFlags
Remarks
A bitmask of EObjectFlags to set on each duplicate object created. Different from FlagMask in that only the bits from FlagMask which are also set on the source object will be set on the duplicate, while the flags in this value will always be set.