ActorComponent-SetULong(string_ulong).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.ActorComponent

ActorComponent.SetULong(string, ulong) Method

Sets the value of the unsigned long property

public bool SetULong(string name, ulong value);

Parameters

name System.String

value System.UInt64

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.ActorComponent
  2. 1ActorComponent.SetULong(string, ulong) Method