Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ILevelSnapshotsModule
Description
Registers a callback for deciding whether a property should be considered changed. Applies to all sub-classes.
| Name | RegisterPropertyComparer |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/ILevelSnapshotsModule.h |
| Include Path | #include "ILevelSnapshotsModule.h" |
void RegisterPropertyComparer
(
UClass * Class,
TSharedRef < IPropertyComparer > Comparer
)