#include <ComposableCameraIIRInterpolator.h>
TIIRInterpolatorTraits< FQuat >¶
#include <ComposableCameraIIRInterpolator.h>
Public Static Methods¶
| Return | Name | Description |
|---|---|---|
FQuat |
InterpTo static inline |
InterpTo¶
static inline
static inline FQuat InterpTo(const FQuat & CurrentValue, const FQuat & TargetValue, float DeltaTime, double Speed)
TIIRInterpolatorTraits< double >¶
#include <ComposableCameraIIRInterpolator.h>
Public Static Methods¶
| Return | Name | Description |
|---|---|---|
double |
InterpTo static inline |
InterpTo¶
static inline
static inline double InterpTo(double CurrentValue, double TargetValue, float DeltaTime, double Speed)
TIIRInterpolatorTraits< FRotator >¶
#include <ComposableCameraIIRInterpolator.h>
Public Static Methods¶
| Return | Name | Description |
|---|---|---|
FRotator |
InterpTo static inline |
InterpTo¶
static inline
static inline FRotator InterpTo(const FRotator & CurrentValue, const FRotator & TargetValue, float DeltaTime, double Speed)
TIIRInterpolatorTraits< FVector2d >¶
#include <ComposableCameraIIRInterpolator.h>
Public Static Methods¶
| Return | Name | Description |
|---|---|---|
FVector2d |
InterpTo static inline |
InterpTo¶
static inline
static inline FVector2d InterpTo(const FVector2d & CurrentValue, const FVector2d & TargetValue, float DeltaTime, double Speed)
TIIRInterpolatorTraits< FVector3d >¶
#include <ComposableCameraIIRInterpolator.h>
Public Static Methods¶
| Return | Name | Description |
|---|---|---|
FVector3d |
InterpTo static inline |
InterpTo¶
static inline
static inline FVector3d InterpTo(const FVector3d & CurrentValue, const FVector3d & TargetValue, float DeltaTime, double Speed)