noErrorFadeTween constant

FImmutableTween<double> const noErrorFadeTween

A tween that does not fade the error.

Implementation

static const FImmutableTween<double> noErrorFadeTween = FImmutableTween(begin: 1.0, end: 1.0);