ILevelSnapshotsModule::RegisterPropertyComparer

Registers a callback for deciding whether a property should be considered changed.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/ILevelSnapshotsModule.h

Include

#include "ILevelSnapshotsModule.h"

Syntax

void RegisterPropertyComparer
(
    UClass * Class,
    TSharedRef< IPropertyComparer > Comparer
)

Remarks

Registers a callback for deciding whether a property should be considered changed. Applies to all sub-classes.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss