Actor-SetBool(string_bool).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.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.Actor
  2. 1Actor.SetBool(string, bool) Method