Actor-GetInt(string_int).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.GetInt(string, int) Method

Retrieves the value of the integer property

public bool GetInt(string name, ref int value);

Parameters

name System.String

value System.Int32

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.GetInt(string, int) Method