Actor-SetDouble(string_double).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.SetDouble(string, double) Method

Sets the value of the double property

public bool SetDouble(string name, double value);

Parameters

name System.String

value System.Double

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.SetDouble(string, double) Method