AnimationInstance-GetInt(string_int).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.AnimationInstance

AnimationInstance.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.AnimationInstance
  2. 1AnimationInstance.GetInt(string, int) Method