Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ILevelSnapshotsModule
Description
Adds properties that snapshots will capture and restore from now on. This allows support for properties that are skipped by default. Important: Only add add native properties; Blueprint properties may be invalidated (and left dangeling) when recompiled.
| Name | AddExplicitilySupportedProperties |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/ILevelSnapshotsModule.h |
| Include Path | #include "ILevelSnapshotsModule.h" |
void AddExplicitilySupportedProperties
(
const TSet< const FProperty * > & Properties
)