FLevelSnapshotPropertyChain::EqualsSerializedProperty

Checks whether a given property being serialized corresponds to this chain.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

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

Include

#include "Data/PropertySelection.h"

Source

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

Syntax

bool EqualsSerializedProperty
(
    const FArchiveSerializedPropertyChain * ContainerChain,
    const FProperty * LeafProperty
) const

Remarks

Checks whether a given property being serialized corresponds to this chain.

Parameters

Parameter

Description

ContainerChain

The chain of properties to the most nested owning struct: See FArchive::GetSerializedPropertyChain.

LeafProperty

The leaf property in the struct

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