Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeSplineControlPoint.h |
| Include | #include "LandscapeSplineControlPoint.h" |
Syntax
struct FLandscapeSplineConnection
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | End | Which end of the segment is connected to this control point. | |
| TObjectPtr< ULandscapeSplineSegment > | Segment | Segment connected to this control point. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLandscapeSplineConnection
(
ULandscapeSplineSegment* InSegment, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLandscapeSplineSegmentConnection & | |||
| FLandscapeSplineSegmentConnection & |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FLandscapeSplineConnection& rhs |