Hello i have a landscape made with different tiles and i want to find the name where an actor whas so i try this :
FString ASave::GetCurrentMap(AActor * currentActor)
{
FString currentMapName = currentActor->GetWorld()->GetCurrentLevel()->GetOutermost()->GetName();
return currentMapName;
}
But this give me the persistent level, any idea ? Thanks