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

#include <InterpToMovementComponent.h>

Public Member Functions

 FInterpControlPoint ()
 
 FInterpControlPoint (FVector InPosition, bool bIsRelative)
 

Public Attributes

FVector PositionControlPoint
 
bool bPositionIsRelative
 
float StartTime
 
float DistanceToNext
 
float Percentage
 

Constructor & Destructor Documentation

◆ FInterpControlPoint() [1/2]

FInterpControlPoint::FInterpControlPoint ( )
inline

◆ FInterpControlPoint() [2/2]

FInterpControlPoint::FInterpControlPoint ( FVector  InPosition,
bool  bIsRelative 
)
inline

Member Data Documentation

◆ bPositionIsRelative

bool FInterpControlPoint::bPositionIsRelative

◆ DistanceToNext

float FInterpControlPoint::DistanceToNext

◆ Percentage

float FInterpControlPoint::Percentage

◆ PositionControlPoint

FVector FInterpControlPoint::PositionControlPoint

◆ StartTime

float FInterpControlPoint::StartTime

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