Property | Type | Description |
---|
Method | Description | |
---|---|---|
CallReader ( |
Use the DataProcessor of the given type to read properties into the object.
|
|
GetReaderSingleton ( |
Call the initializer on a DataProcessor-derived Type and return it, cached.
|
|
Load ( |
Load this object's data from the BinaryReader using the current Alexandria.Engines.Unreal.State in State.
|
|
Load ( Package package, |
Load this object's data from the BinaryReader.
|
public static CallReader ( |
||
readerType | The |
|
target | The object to read into. | |
package | Package | The |
reader | The |
|
end | long | An index just past the end of the |
return | object |
public static GetReaderSingleton ( |
||
readerType | The |
|
return | DataProcessor |
public Load ( |
||
reader | ||
end | long | |
return |
public Load ( Package package, |
||
package | Package | The |
reader | The |
|
end | long | The offset within the stream of the end of the object's data. |
return |