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