FLandscapeSplineInterpPoint

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineSegment.h

Include

#include "LandscapeSplineSegment.h"

Syntax

struct FLandscapeSplineInterpPoint

Variables

Name Description

Public variable

FVector

 

Center

Center Point

Public variable

FVector

 

FalloffLeft

Left Falloff Point

Public variable

FVector

 

FalloffRight

Right FalloffPoint

Public variable

FVector

 

LayerFalloffLeft

Left Layer Falloff Point

Public variable

FVector

 

LayerFalloffRight

Right Layer FalloffPoint

Public variable

FVector

 

LayerLeft

Layer Left Point

Public variable

FVector

 

LayerRight

Layer Right Point

Public variable

FVector

 

Left

Left Point

Public variable

FVector

 

Right

Right Point

Public variable

float

 

StartEndFalloff

Start/End Falloff fraction

Constructors

Name Description

Public function

FLandscapeSplineInterpPoint()

Public function

FLandscapeSplineInterpPoint

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss