Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeSplineSegment
Description
Use GetOuterSafe instead of GetOuterULandscapeSplinesComponent if there is any danger that this segment 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/LandscapeSplineSegment.h |
| Include Path | #include "LandscapeSplineSegment.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeSplines.cpp |
ULandscapeSplinesComponent * GetOuterSafe() const