Background for Starfield
Member of the Curve script
floatfunctionGetValueAt(floatafInput)Native

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)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.