Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h |
| Include | #include "Components/InterpToMovementComponent.h" |
Syntax
USTRUCT (BlueprintType )
struct FInterpControlPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPositionIsRelative | Is the location relative to the root components initial location. | |
| float | DistanceToNext | ||
| float | Percentage | ||
| FVector | PositionControlPoint | The position of the point. | |
| float | StartTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInterpControlPoint
(
FVector InPosition, |