Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Easing functions are not exposed #33

@mihe

Description

@mihe

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions