How can I get a value from a variable of type Runtime Curve Float? I defined the keys in to graph, but in blueprint scripting I don’t see any function to get value from this graph.
Thanks!
How can I get a value from a variable of type Runtime Curve Float? I defined the keys in to graph, but in blueprint scripting I don’t see any function to get value from this graph.
Thanks!
Hey. The best thing is to make a new variable of type curve (Float, vector etc to correspond with yours). Compile and set the curve in the variable defaults. Now you can bring the var in and drag off it, and you have access to it, type curve as your search to get the 3 functions for it.
Can you post a blueprint image of your example?
Thanks!
Ok, I create new blueprint Curve Float and assign it as default value in a Curve Float variable inside another blueprint.