UPropertyBlueprintFunctionLibrary::LoadSnapshotActor

Loads the actor identified by Params. You can use this for advanced filter queries.

Windows
MacOS
Linux

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/PropertyBlueprintFunctionLibrary.h

Include

#include "PropertyBlueprintFunctionLibrary.h"

Source

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Private/PropertyBlueprintFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="Level Snapshots")
AActor * LoadSnapshotActor
(
    const FIsDeletedActorValidParams & Params
)

Remarks

Loads the actor identified by Params. You can use this for advanced filter queries.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss