AnimationInstance-SetBool(string_bool).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.AnimationInstance

AnimationInstance.SetBool(string, bool) Method

Sets the value of the bool property

public bool SetBool(string name, bool value);

Parameters

name System.String

value System.Boolean

Returns

System.Boolean

Contents

  1. 0.1UnrealEngine.Framework.AnimationInstance
  2. 1AnimationInstance.SetBool(string, bool) Method