You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
For whatever reason the easing functions in UKismetMathLibrary were marked as BlueprintInternalUseOnly and instead dynamically chosen through the custom Blueprint node UK2Node_EaseFunction. This has the unfortunate consequence of the easing functions not being exposed in the typings.
Either we give those functions special treatment and let them get exposed despite being BlueprintInternalUseOnly, or we add something like TsuMathLibrary. Alternatively if #3 gets solved they could get added as extensions to UKismetMathLibrary.
For whatever reason the easing functions in
UKismetMathLibrarywere marked asBlueprintInternalUseOnlyand instead dynamically chosen through the custom Blueprint nodeUK2Node_EaseFunction. This has the unfortunate consequence of the easing functions not being exposed in the typings.Either we give those functions special treatment and let them get exposed despite being
BlueprintInternalUseOnly, or we add something likeTsuMathLibrary. Alternatively if #3 gets solved they could get added as extensions toUKismetMathLibrary.