Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- ULevelSnapshotsFilteringLibrary
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/LevelSnapshotsFilteringLibrary.h |
| Include | #include "LevelSnapshotsFilteringLibrary.h" |
Syntax
UCLASS&40;&41;
class ULevelSnapshotsFilteringLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyFilterToFindSelectedProperties
(
ULevelSnapshot* Snapshot, |
Goes through the properties of the actors and their components calling IsPropertyValid on them. | |
| FPropertySelectionMap | DiffAndFilterSnapshot
(
UWorld* InWorld, |
Diffs the snapshot with the given world and returns the changes that pass the filter. |