Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ULevelSnapshot
Description
Applies this snapshot to the given world. We assume the world matches. SelectionSet specifies which properties to roll back.
| Name | ApplySnapshotToWorld |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/LevelSnapshot.h |
| Include Path | #include "Data/LevelSnapshot.h" |
| Source | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Data/LevelSnapshot.cpp |
void ApplySnapshotToWorld
(
UWorld * TargetWorld,
const FPropertySelectionMap & SelectionSet
)