ActorComponent-SetUShort(string_ushort).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.ActorComponent
ActorComponent.SetUShort(string, ushort) Method
Sets the value of the unsigned short property
public bool SetUShort(string name, ushort value);
Parameters
name System.String
value System.UInt16
Returns
System.Boolean
true on success