Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ILevelSnapshotsModule
Description
Stops snapshots from capturing / restoring these properties. Important: Only add add native properties; Blueprint properties may be invalidated (and left dangeling) when recompiled.
| Name | AddExplicitlyUnsupportedProperties |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/ILevelSnapshotsModule.h |
| Include Path | #include "ILevelSnapshotsModule.h" |
void AddExplicitlyUnsupportedProperties
(
const TSet< const FProperty * > & Properties
)