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