AnimationInstance-SetShort(string_short).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.AnimationInstance

AnimationInstance.SetShort(string, short) Method

Sets the value of the short property

public bool SetShort(string name, short value);

Parameters

name System.String

value System.Int16

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.AnimationInstance
  2. 1AnimationInstance.SetShort(string, short) Method