Duplicate UObject into another one

Am I using it right? I found out that I’d have to pass a NULL as a second parameter for it to work. What is this Outer param?

CharacterStats = DuplicateObject(BaseCharacterStats, NULL);
1 Like