unreal.PropertyBlueprintFunctionLibrary¶
- class unreal.PropertyBlueprintFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryProperty Blueprint Function Library
C++ Source:
Plugin: LevelSnapshots
Module: LevelSnapshotFilters
File: PropertyBlueprintFunctionLibrary.h
- classmethod get_actor_class_from_deleted_params(params)¶
Finds the actor class from the given FIsDeletedActorValidParams. Use this for advanced filter queries
- Parameters:
params (IsDeletedActorValidParams)
- Return type:
- classmethod get_property_origin_path(property_) str¶
Returns a path containing information which class declare the property.
- classmethod load_snapshot_actor(params) Actor¶
Loads the actor identified by Params. You can use this for advanced filter queries.
- Parameters:
params (IsDeletedActorValidParams)
- Return type: