Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FActorSnapshotCache | |||
| FActorSnapshotData | Holds saved actor data. See ActorUtil for operations. | ||
| FClassDefaultObjectSnapshotData | We save the CDO of every object to save space. This holds the CDO's saved data. | ||
| FClassDefaultSnapshotCache | |||
| FClassSnapshotData | Holds class information for a specific use of a class. | ||
| FComponentSnapshotData | |||
| FCustomSerializationData | |||
| FCustomSubbjectSerializationData | |||
| FObjectSnapshotData | Shared data all saved objects in Level Snapshots have. | ||
| FSnapshotCustomVersion | |||
| FSnapshotCustomVersionInfo | Holds custom version information | ||
| FSnapshotDataCache | Caches data for re-use. | ||
| FSnapshotEngineVersionInfo | Holds engine version information | ||
| FSnapshotFileVersionInfo | Holds file version information | ||
| FSnapshotVersionInfo | Holds version information for a session | ||
| FSubobjectSnapshotCache | |||
| FSubobjectSnapshotData | Data saved for subobjects, such as components. | ||
| FWorldSnapshotData | Holds saved world data. See WorldDataUtil for operations. | ||
| ULevelSnapshot | Holds the state of a world at a given time. |
Typedefs
| Name | Description |
|---|---|
| FClassDataIndex | An index to FWorldSnapshotData::ClassData. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ECachedDiffResult | |||
| ESnapshotClassFlags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| constexpr bool | operator!
(
ESnapshotClassFlags E |
||
| constexpr ESnapshotClassFlags | operator&
(
ESnapshotClassFlags Lhs, |
||
| ESnapshotClassFlags & | operator&=
(
ESnapshotClassFlags& Lhs, |
||
| constexpr ESnapshotClassFlags | operator^
(
ESnapshotClassFlags Lhs, |
||
| ESnapshotClassFlags & | operator^=
(
ESnapshotClassFlags& Lhs, |
||
| constexpr ESnapshotClassFlags | operator|
(
ESnapshotClassFlags Lhs, |
||
| ESnapshotClassFlags & | operator|=
(
ESnapshotClassFlags& Lhs, |
||
| constexpr ESnapshotClassFlags | operator~
(
ESnapshotClassFlags E |