ILevelSnapshotsModule::AddWhitelistedProperties

Adds properties that snapshots will capture and restore from now on.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

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

Include

#include "ILevelSnapshotsModule.h"

Syntax

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

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.

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