Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
PropertyCollection.cs File Reference

Classes

class  LegendaryExplorerCore.Unreal.PropertyCollection
 Collection of Propertys More...
 
class  LegendaryExplorerCore.Unreal.Property
 Base class for all the Unreal property types that go in PropertyCollection More...
 
class  LegendaryExplorerCore.Unreal.NoneProperty
 Property that marks the end of a collection of properties. More...
 
class  LegendaryExplorerCore.Unreal.StructProperty
 Property that represents a struct More...
 
class  LegendaryExplorerCore.Unreal.IntProperty
 Property containing a 32-bit signed integer More...
 
class  LegendaryExplorerCore.Unreal.FloatProperty
 Property containing a single precision floating point number More...
 
class  LegendaryExplorerCore.Unreal.ObjectProperty
 Property containing a UIndex More...
 
class  LegendaryExplorerCore.Unreal.NameProperty
 Property containg a NameReference More...
 
class  LegendaryExplorerCore.Unreal.BoolProperty
 Property containing a boolean More...
 
class  LegendaryExplorerCore.Unreal.ByteProperty
 Property containing a byte More...
 
class  LegendaryExplorerCore.Unreal.BioMask4Property
 Property containing a BioMask4 (a byte) More...
 
class  LegendaryExplorerCore.Unreal.EnumProperty
 Property containing an enum value More...
 
class  LegendaryExplorerCore.Unreal.ArrayPropertyBase
 Base class for ArrayProperty<T> and ImmutableByteArrayProperty More...
 
class  LegendaryExplorerCore.Unreal.ImmutableByteArrayProperty
 Replacement for ArrayProperty<T> where T is ByteProperty. Arrays of bytes are almost always embedded data (such as swfs) that are thousands or millions of bytes long. Allocating a ByteProperty for each byte is grossly inefficient, so this just keeps it internally as a byte[] More...
 
class  LegendaryExplorerCore.Unreal.ArrayProperty< T >
 Property containing a dynamic array of T s More...
 
class  LegendaryExplorerCore.Unreal.StrProperty
 Property containing a string More...
 
class  LegendaryExplorerCore.Unreal.StringRefProperty
 Property containing a string ref (an integer referring to a string in a tlk) More...
 
class  LegendaryExplorerCore.Unreal.DelegateProperty
 Property containing a ScriptDelegate More...
 
class  LegendaryExplorerCore.Unreal.UnknownProperty
 Only created through deserialization. Indicates either an error in the deserializer, or malformed data. More...
 

Namespaces

namespace  LegendaryExplorerCore
 
namespace  LegendaryExplorerCore.Unreal