Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeInfo
Description
Moves Components to target level. Creates ALandscapeProxy if needed.
| Name | MoveComponentsToLevel |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include Path | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
ALandscapeProxy * MoveComponentsToLevel
(
const TArray < ULandscapeComponent * > & InComponents,
ULevel * TargetLevel,
FName NewProxyName
)