Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeSplineControlPoint
Description
Use GetOuterSafe instead of GetOuterULandscapeSplinesComponent if there is any danger that this point has been deleted (via DeleteSplinePoints). This will return nullptr in that case, because the outer is no longer a ULandscapeSplinesComponent
| Name | GetOuterSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeSplineControlPoint.h |
| Include Path | #include "LandscapeSplineControlPoint.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeSplines.cpp |
ULandscapeSplinesComponent * GetOuterSafe() const