- Found in:
- Vanilla
Description
Documentation Comment
Get the output value for the given input value.
NOTE: Depending on the curve edge setting, it will clamp/mirror/repeat. Use HasValueAt first if you need to check if its within range.
Caveats
Parameters
floatafInput
Examples
Auto-Generated Example
float myFloat__afInput
float returnedValue = myCurve__toCallFunctionOn.GetValueAt(myFloat__afInput)