// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "LandscapeComponent.h" #include "LandscapeLayerInfoObject.h" FName FWeightmapLayerAllocationInfo::GetLayerName() const { if (LayerInfo) { return LayerInfo->LayerName; } return NAME_None; }