Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UPropertyBlueprintFunctionLibrary
References
| Module | LevelSnapshotFilters |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/PropertyBlueprintFunctionLibrary.h |
| Include | #include "PropertyBlueprintFunctionLibrary.h" |
Syntax
UCLASS&40;&41;
class UPropertyBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetPropertyName
(
const TFieldPath< FProperty >& Property |
Gets only the property name of a property. | |
| FString | GetPropertyOriginPath
(
const TFieldPath< FProperty >& Property |
Returns a path containing information which class declare the property. | |
| AActor * | LoadSnapshotActor
(
const FIsDeletedActorValidParams& Params |
Loads the actor identified by Params. You can use this for advanced filter queries. |