How get value from Runtime Curve Float?

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.

The Runtime Curve Float is the only type of variable that I can create a graph in the same default value. But this variable doesn’t have any “GetValue” or something similar function to get value from this graph.

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.