Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeInfo
Description
Moves Splines connected to this control point to target Proxy. Creates ULandscapeSplinesComponent if needed.
| Name | MoveSplineToProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include Path | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeSplines.cpp |
void MoveSplineToProxy
(
ULandscapeSplineControlPoint * InControlPoint,
ALandscapeProxy * InLandscapeProxy
)