Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ULevelSnapshotsFunctionLibrary
Description
Goes through the properties of the actors and their components calling IsPropertyValid on them. This function does not recursively check object references, e.g. 'Instanced' uproperties. These properties are currently unsupported by the snapshot framework.
| Name | ApplyFilterToFindSelectedProperties |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/LevelSnapshotsFunctionLibrary.h |
| Include Path | #include "LevelSnapshotsFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/LevelSnapshotsFunctionLibrary.cpp |
static void ApplyFilterToFindSelectedProperties
(
ULevelSnapshot * Snapshot,
FPropertySelectionMap & MapToAddTo,
AActor * WorldActor,
AActor * DeserializedSnapshotActor,
const ULevelSnapshotFilter * Filter,
bool bAllowUnchangedProperties,
bool bAllowNonEditableProperties
)