Spawn actor on exact level

Hi,
how can I spawn actor on exact level? I want to spawn any actor on loaded level and when this level will be unloaded, these actor should be also destroyed.

Thanks,

Hi,

UWorld::SpawnActor function can spawn actor in any level, look into FActorSpawnParameters parameter.