Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Virtualization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include | #include "Virtualization/VirtualizationSystem.h" |
Syntax
struct FRehydrationInfo
Remarks
Info about a rehydration operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | NumPayloadsRehydrated | The number of payloads that needed to be rehydrated | |
| uint64 | OriginalSize | Size of the package before it was rehydrated | |
| uint64 | RehydratedSize | Size of the package after rehydration, this does not including padding if any was applied |