Navigation
Unreal Engine C++ API Reference > Runtime > Landscape
References
Module | Landscape |
Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeSplineSegment.h |
Include | #include "LandscapeSplineSegment.h" |
Syntax
struct FLandscapeSplineInterpPoint
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | Center | Center Point |
![]() |
FVector | FalloffLeft | Left Falloff Point |
![]() |
FVector | FalloffRight | Right FalloffPoint |
![]() |
FVector | LayerFalloffLeft | Left Layer Falloff Point |
![]() |
FVector | LayerFalloffRight | Right Layer FalloffPoint |
![]() |
FVector | LayerLeft | Layer Left Point |
![]() |
FVector | LayerRight | Layer Right Point |
![]() |
FVector | Left | Left Point |
![]() |
FVector | Right | Right Point |
![]() |
float | StartEndFalloff | Start/End Falloff fraction |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FLandscapeSplineInterpPoint
(
FVector InCenter, |