![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateSprings.h>
Public Member Functions | |
| FSpringConfig () | |
Public Attributes | |
| FloatType | SpringConstant |
| FloatType | SpringLength |
| FloatType | DampConstant |
| FloatType | SnappingEpsilon |
| bool | bSkipAnimationOnHitches |
Spring configuration
Constructor
Whether to skip animation when a hitch occurs. If enabled, the spring's position will be set to the target position with large quantums, otherwise the spring will animate in slow motion.
Damp constant
Epsilon for snapping position and velocity
Spring constant (how springy, lower values = more springy!)
Length of the spring