![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ChunkData.h>
Public Member Functions | |
| FChunkPart () | |
| FChunkPart (const FGuid &Guid, const uint32 Offset, const uint32 Size) | |
| bool | IsPadding () const |
| uint8 | GetPaddingByte () const |
Public Attributes | |
| FGuid | Guid |
| uint32 | Offset |
| uint32 | Size |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FChunkPart &ChunkPart) |
A data structure describing the part of a chunk used to construct a file
| BuildPatchServices::FChunkPart::FChunkPart | ( | ) |
| BuildPatchServices::FChunkPart::FChunkPart | ( | const FGuid & | Guid, |
| const uint32 | Offset, | ||
| const uint32 | Size | ||
| ) |
|
inline |
For padding chunks, returns the byte that is padded with.
|
inline |
Get whether this chunk part refers to a special cased padding chunk.
|
friend |
Serialization operator.
| Ar | Archive to serialize to. |
| ChunkPart | FChunkPart to serialize. |
| FGuid BuildPatchServices::FChunkPart::Guid |
| uint32 BuildPatchServices::FChunkPart::Offset |
| uint32 BuildPatchServices::FChunkPart::Size |