Hey there,
Can you please me how to access these values in Blueprint Scripting?
Thank you.
Smudgy.
Hey there,
Can you please me how to access these values in Blueprint Scripting?
Thank you.
Smudgy.
I am not 100% sure if i understand your question correctly but the value range is the range your float will be clamped, to access the value of the float you can drag the variable into your blueprint choose get and then access its value for what ever you need. Hopefully thats what you were after
Thank you Newest for your post.
I have a blueprint in the level blueprint, which has a float variable, of which I have set its min/max settings.
I want to find these min/max values in the level blueprint, print them on screen (for debug purposes) and then pass them to another blueprint.
Hope that helps.