Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h |
Include | #include "Components/InterpToMovementComponent.h" |
Syntax
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, |