|
| void | HandleInsertionOrder (inout array< BaseInventoryStorageComponentSerializerSlot > slots) |
| |
| proto external ESerializeResult | SerializeNative (notnull IEntity owner, notnull GenericComponent component, notnull BaseSerializationSaveContext context, ENativeSerializerMode mode=ENativeSerializerMode.NATIVE) |
| | Native serialization logic used by the game. Can be called by scripts before or after custom data or not all.
|
| |
| proto external bool | DeserializeNative (notnull IEntity owner, notnull GenericComponent component, notnull BaseSerializationLoadContext context, ENativeSerializerMode mode=ENativeSerializerMode.NATIVE) |
| | Native deserialization logic used by the game. Can be called by scripts before or after custom data or not all.
|
| |
| ESerializeResult | Serialize (notnull IEntity owner, notnull GenericComponent component, notnull BaseSerializationSaveContext context) |
| | Custom implementation for writing the component data into into the save context.
|
| |
| bool | Deserialize (notnull IEntity owner, notnull GenericComponent component, notnull BaseSerializationLoadContext context) |
| | Custom implementation for deserialzing the component data from the load context.
|
| |
| void | Setup () |
| | Do any inital configuration of the serializer once it is linked to the system.
|
| |
◆ HandleInsertionOrder()
The documentation for this interface was generated from the following file:
- Game/generated/Systems/Persistence/Serializers/BaseInventoryStorageComponentSerializer.c