ActorComponent-SetByte(string_byte).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.ActorComponent
ActorComponent.SetByte(string, byte) Method
Sets the value of the byte property
public bool SetByte(string name, byte value);
Parameters
name System.String
value System.Byte
Returns
System.Boolean
true on success