ULevelSnapshot::AreSnapshotAndOriginalPropertiesEquivalent

Checks whether the snapshot and original property value should be considered equal.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/LevelSnapshot.h

Include

#include "Data/LevelSnapshot.h"

Source

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Data/LevelSnapshot.cpp

Syntax

bool AreSnapshotAndOriginalPropertiesEquivalent
(
    const FProperty * LeafProperty,
    void * SnapshotContainer,
    void * WorldContainer,
    AActor * SnapshotActor,
    AActor * WorldActor
) const

Remarks

Checks whether the snapshot and original property value should be considered equal. Primitive properties are trivial. Special support is needed for object references.

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