Actor-SetUInt(string_uint).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.SetUInt(string, uint) Method

Sets the value of the unsigned integer property

public bool SetUInt(string name, uint value);

Parameters

name System.String

value System.UInt32

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.SetUInt(string, uint) Method