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

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.GetFloat(string, float) Method