![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LandscapeSplineControlPoint.h>
Public Member Functions | |
| FLandscapeSplineConnection () | |
| FLandscapeSplineConnection (ULandscapeSplineSegment *InSegment, int32 InEnd) | |
| bool | operator== (const FLandscapeSplineConnection &rhs) const |
| LANDSCAPE_API FLandscapeSplineSegmentConnection & | GetNearConnection () const |
| LANDSCAPE_API FLandscapeSplineSegmentConnection & | GetFarConnection () const |
Public Attributes | |
| TObjectPtr< ULandscapeSplineSegment > | Segment |
| uint32 | End:1 |
|
inline |
|
inline |
| FLandscapeSplineSegmentConnection & FLandscapeSplineConnection::GetFarConnection | ( | ) | const |
| FLandscapeSplineSegmentConnection & FLandscapeSplineConnection::GetNearConnection | ( | ) | const |
|
inline |
| uint32 FLandscapeSplineConnection::End |
| TObjectPtr<ULandscapeSplineSegment> FLandscapeSplineConnection::Segment |