Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters > API/Plugins/LevelSnapshotFilters/UPropertyBlueprintFunctionLibrar-
Description
Finds the actor class from the given FIsDeletedActorValidParams. Use this for advanced filter queries
| Name | GetActorClassFromDeletedParams |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/PropertyBlueprintFunctionLibrary.h |
| Include Path | #include "PropertyBlueprintFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Private/PropertyBlueprintFunctionLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Level Snapshots")
static UClass * GetActorClassFromDeletedParams
(
const FIsDeletedActorValidParams & Params
)