Navigation
BlueprintAPI > BlueprintAPI/Animation
Helper function to extract the float value from a curve asset at a given time. To be used inside AnimationBlueprint and assumes AnimBP holds reference to CurveAsset for it to be valid.
Target is Animation Warping Library
Inputs
| Type | Name | Description |
|---|---|---|
| object | In Curve | |
| real | Time |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Out Value | |
| boolean | Return Value |