UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CurveHandle.h File Reference
#include "CoreMinimal.h"
#include "HAL/Platform.h"

Go to the source code of this file.

Classes

struct  FCurveHandle
 

Enumerations

enum class  ECurveEaseFunction : uint8 {
  Linear , QuadIn , QuadOut , QuadInOut ,
  CubicIn , CubicOut , CubicInOut
}
 

Enumeration Type Documentation

◆ ECurveEaseFunction

enum class ECurveEaseFunction : uint8
strong

Types of easing functions for Slate animation curves. These are used to smooth out animations.

Enumerator
Linear 

Linear interpolation, with no easing

QuadIn 

Quadratic ease in

QuadOut 

Quadratic ease out

QuadInOut 

Quadratic ease in, quadratic ease out

CubicIn 

Cubic ease in

CubicOut 

Cubic ease out

CubicInOut 

Cubic ease in, cubic ease out