UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Virtualization::FRehydrationInfo Struct Reference

#include <VirtualizationSystem.h>

Public Attributes

uint64 OriginalSize = 0
 
uint64 RehydratedSize = 0
 
int32 NumPayloadsRehydrated = 0
 

Detailed Description

Info about a rehydration operation

Member Data Documentation

◆ NumPayloadsRehydrated

int32 UE::Virtualization::FRehydrationInfo::NumPayloadsRehydrated = 0

The number of payloads that needed to be rehydrated

◆ OriginalSize

uint64 UE::Virtualization::FRehydrationInfo::OriginalSize = 0

Size of the package before it was rehydrated

◆ RehydratedSize

uint64 UE::Virtualization::FRehydrationInfo::RehydratedSize = 0

Size of the package after rehydration, this does not including padding if any was applied


The documentation for this struct was generated from the following file: