FWorldSnapshotData::AreReferencesEquivalent

Checks whether two pointers point to "equivalent" objects.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

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

Include

#include "Data/WorldSnapshotData.h"

Source

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

Syntax

bool AreReferencesEquivalent
(
    UObject * SnapshotPropertyValue,
    UObject * OriginalPropertyValue,
    AActor * SnapshotActor,
    AActor * OriginalActor
) const

Remarks

Checks whether two pointers point to "equivalent" objects.

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