ILevelSnapshotsModule::AddBlacklistedProperties

Stops snapshots from capturing / restoring these properties.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

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

Include

#include "ILevelSnapshotsModule.h"

Syntax

void AddBlacklistedProperties
(
    const TSet< const FProperty * > & Properties
)

Remarks

Stops snapshots from capturing / restoring these properties. Important: Only add add native properties; Blueprint properties may be invalidated (and left dangeling) when recompiled.

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