![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FBlock |
| struct | FFooter |
| struct | FHeader |
Public Types | |
| enum class | EVersion : uint32 { Invalid = 0 , Initial , LatestPlusOne , Latest = LatestPlusOne - 1 } |
| using | FChunkLocation = TPair< FCasAddr, FCasLocation > |
Static Public Member Functions | |
| static TResult< FCasSnapshot > | FromJournal (const FString &JournalFile) |
| static TResult< FCasSnapshot > | Load (const FString &SnapshotFile, int64 *OutFileSize=nullptr) |
| static TResult< int64 > | Save (const FCasSnapshot &Snapshot, const FString &SnapshotFile) |
| static TResult< int64 > | TryCreateAndResetJournal (const FString &SnapshotFile, const FString &JournalFile) |
Public Attributes | |
| TArray< FBlock > | Blocks |
| TArray< FChunkLocation > | ChunkLocations |
| FCasBlockId | CurrentBlockId |
|
strong |
|
static |
|
static |
|
static |
|
static |
| TArray<FChunkLocation> UE::IoStore::FCasSnapshot::ChunkLocations |
| FCasBlockId UE::IoStore::FCasSnapshot::CurrentBlockId |