Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Restorability > API/Plugins/LevelSnapshots/Restorability/Params
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Params/PropertyComparisonParams.h |
| Include | #include "Restorability/Params/PropertyComparisonParams.h" |
Syntax
struct FPropertyComparisonParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| UClass * | InspectedClass | The class we're looking at. This is not necessarily the class LeafProperty resides in. | |
| const FProperty * | LeafProperty | The property being checked | |
| ULevelSnapshot * | Snapshot | ||
| AActor * | SnapshotActor | Snapshot version of the actor | |
| void * | SnapshotContainer | Parameter for FProperty::ContainerPtrToValuePtr. | |
| UObject * | SnapshotObject | Either an AActor, UActorComponent, or a subobject of the two. | |
| AActor * | WorldActor | Actor currently in the world | |
| void * | WorldContainer | Parameter for FProperty::ContainerPtrToValuePtr. | |
| UObject * | WorldObject | Either an AActor, UActorComponent, or a subobject of the two. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyComparisonParams
(
ULevelSnapshot* Snapshot, |