UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLandscapeSplineInterpPoint Struct Reference

#include <LandscapeSplineSegment.h>

Public Member Functions

 FLandscapeSplineInterpPoint ()
 
 FLandscapeSplineInterpPoint (FVector InCenter, FVector InLeft, FVector InRight, FVector InFalloffLeft, FVector InFalloffRight, FVector InLayerLeft, FVector InLayerRight, FVector InLayerFalloffLeft, FVector InLayerFalloffRight, float InStartEndFalloff)
 

Public Attributes

FVector Center
 
FVector Left
 
FVector Right
 
FVector FalloffLeft
 
FVector FalloffRight
 
FVector LayerLeft
 
FVector LayerRight
 
FVector LayerFalloffLeft
 
FVector LayerFalloffRight
 
float StartEndFalloff
 

Constructor & Destructor Documentation

◆ FLandscapeSplineInterpPoint() [1/2]

FLandscapeSplineInterpPoint::FLandscapeSplineInterpPoint ( )
inline

◆ FLandscapeSplineInterpPoint() [2/2]

FLandscapeSplineInterpPoint::FLandscapeSplineInterpPoint ( FVector  InCenter,
FVector  InLeft,
FVector  InRight,
FVector  InFalloffLeft,
FVector  InFalloffRight,
FVector  InLayerLeft,
FVector  InLayerRight,
FVector  InLayerFalloffLeft,
FVector  InLayerFalloffRight,
float  InStartEndFalloff 
)
inline

Member Data Documentation

◆ Center

FVector FLandscapeSplineInterpPoint::Center

Center Point

◆ FalloffLeft

FVector FLandscapeSplineInterpPoint::FalloffLeft

Left Falloff Point

◆ FalloffRight

FVector FLandscapeSplineInterpPoint::FalloffRight

Right FalloffPoint

◆ LayerFalloffLeft

FVector FLandscapeSplineInterpPoint::LayerFalloffLeft

Left Layer Falloff Point

◆ LayerFalloffRight

FVector FLandscapeSplineInterpPoint::LayerFalloffRight

Right Layer FalloffPoint

◆ LayerLeft

FVector FLandscapeSplineInterpPoint::LayerLeft

Layer Left Point

◆ LayerRight

FVector FLandscapeSplineInterpPoint::LayerRight

Layer Right Point

◆ Left

FVector FLandscapeSplineInterpPoint::Left

Left Point

◆ Right

FVector FLandscapeSplineInterpPoint::Right

Right Point

◆ StartEndFalloff

float FLandscapeSplineInterpPoint::StartEndFalloff

Start/End Falloff fraction


The documentation for this struct was generated from the following file: