FPropertyContext

Describes the location of a some property.

Windows
MacOS
Linux

References

Module

LevelSnapshots

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/PropertyContext.h

Include

#include "Restorability/PropertyContext.h"

Syntax

struct FPropertyContext

Remarks

Describes the location of a some property.

Variables

Name Description

Public variable

FLevelSnapshotP...

 

PathToPropertyContainer

The chain of struct or collection (array, set, tmap) properties leading to some leaf property.

Public variable

UClass *

 

RootClass

The root class of the UObject containing the property, usually either an AActor or UActorComponent but can also be the just UObject for subobjects.

Constructors

Name Description

Public function

FPropertyContext

(
    UClass* RootClass,
    const FLevelSnapshotPropertyChain&...
)

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