Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/FPropertySelection
Description
Checks whether the given property is in this selection. When serializing, you probably want to be using ShouldSerializeProperty.
| Name | IsPropertySelected |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Filtering/PropertySelection.h |
| Include Path | #include "Filtering/PropertySelection.h" |
| Source | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Filtering/PropertySelection.cpp |
bool IsPropertySelected
(
const FArchiveSerializedPropertyChain * ContainerChain,
const FProperty * LeafProperty
) const
Parameters
| Name | Remarks |
|---|---|
| ContainerChain | The chain of properties to the most nested owning struct: See FArchive::GetSerializedPropertyChain. |
| LeafProperty | The leaf property in the struct |