PostActorCreated is duplicated?

There is PostActorCreated() function, that called every time actor is spawned, but how can I check, is it was drag-n-drop or is it alt+drag? I know there is PostEditImport, that called after actor’s variables were set up, but PostActorCreated() is called before that, so is there a way, to check is that?