ULevelSnapshot::GetDeserializedActor

Given an actor path in the world, gets the equivalent actor from the snapshot.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/LevelSnapshot.h

Include

#include "Data/LevelSnapshot.h"

Source

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Data/LevelSnapshot.cpp

Syntax

TOptional< AActor * > GetDeserializedActor
(
    const FSoftObjectPath & OriginalActorPath
)

Remarks

Given an actor path in the world, gets the equivalent actor from the snapshot.

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