Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ILevelSnapshotsModule
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/ILevelSnapshotsModule.h |
| Include | #include "ILevelSnapshotsModule.h" |
void AddExplicitilySupportedProperties
&40;
const TSet< const FProperty &42; > & Properties
&41;
Remarks
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.