Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Restorability
Classes
| Type | Name | Description | |
|---|---|---|---|
| FApplySnapshotPropertiesParams | |||
| FApplySnapshotSharedParams | |||
| FApplySnapshotToActorParams | |||
| FCanModifyMatchedActorParams | Params for deciding whether an existing actor should have its properties modified. | ||
| FCanRecreateActorParams | Params for deciding whether an actor should be recreated | ||
| FPostApplyFiltersParams | |||
| FPostApplyFiltersResult | |||
| FPostApplySnapshotParams | |||
| FPostLoadSnapshotObjectParams | |||
| FPostRemoveActorsParams | |||
| FPostRemoveComponentParams | |||
| FPostTakeObjectSnapshotEvent | |||
| FPreApplyFiltersParams | |||
| FPreApplySnapshotParams | |||
| FPreRecreateComponentParams | |||
| FPreRemoveActorParams | |||
| FPreTakeObjectSnapshotEvent | |||
| FRestorationListenerBaseParams | |||
| FTakeObjectSnapshotEvent | |||
| IActorSnapshotFilter | Can decide whether a given actor can be added to or removed from the world. | ||
| ICustomObjectSnapshotSerializer | External modules can implement this interface to customise how specific classes are snapshot and restored. | ||
| IPropertyComparer | Defines a callback for deciding whether a property has changed. | ||
| IRestorationListener | Exposes callbacks for when: | ||
| ISnapshotFilterExtender | Allows you to receive callbacks when an object is filtered and to display additional properties in the results view. | ||
| ISnapshotLoader | Receives callbacks when an object is loaded into the snapshot world. | ||
| ISnapshotRestorabilityOverrider | Exposes callbacks for deciding whether an actor or component is exposed to the snapshot system. | ||
| ITakeSnapshotListener | Exposes callbacks for when a snapshot is taken |
Typedefs
| Name | Description |
|---|---|
| FDeserializedActorGetter |