Actor-SetLong(string_long).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.SetLong(string, long) Method

Sets the value of the long property

public bool SetLong(string name, long value);

Parameters

name System.String

value System.Int64

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.SetLong(string, long) Method