Actor-SetFloat(string_float).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Actor
Actor.SetFloat(string, float) Method
Sets the value of the float property
public bool SetFloat(string name, float value);
Parameters
name System.String
value System.Single
Returns
System.Boolean
true on success