UsmapEnum

Namespace: UAssetAPI.Unversioned

public class UsmapEnum

Inheritance ObjectUsmapEnum

Properties

Name

public string Name { get; set; }

Property Value

String

ModulePath

public string ModulePath { get; set; }

Property Value

String

EnumFlags

public int EnumFlags { get; set; }

Property Value

Int32

Values

public ConcurrentDictionary<long, string> Values { get; set; }

Property Value

ConcurrentDictionary<Int64, String>

Constructors

UsmapEnum(String, ConcurrentDictionary<Int64, String>)

public UsmapEnum(string name, ConcurrentDictionary<long, string> values)

Parameters

name String

values ConcurrentDictionary<Int64, String>

UsmapEnum()

public UsmapEnum()