Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Restorability > API/Plugins/LevelSnapshots/Restorability/Interfaces
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/IActorSnapshotFilter.h |
| Include | #include "Restorability/Interfaces/IActorSnapshotFilter.h" |
Syntax
struct FCanModifyMatchedActorParams
Remarks
Params for deciding whether an existing actor should have its properties modified.
Variables
| Type | Name | Description | |
|---|---|---|---|
| AActor & | MatchedEditorWorldActor | The actor in the editor world which is being considered for restoration. | |
| const FWorldSnapshotData & | WorldData | All world data of the snapshot |