UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::PaddingChunk Namespace Reference

Functions

FORCEINLINE bool IsPadding (const FGuid &Guid)
 
FORCEINLINE uint8 GetPaddingByte (const FGuid &Guid)
 
FORCEINLINE FGuid MakePaddingGuid (uint8 Byte)
 

Function Documentation

◆ GetPaddingByte()

FORCEINLINE uint8 BuildPatchServices::PaddingChunk::GetPaddingByte ( const FGuid Guid)

For padding chunks, returns the byte that is padded with.

Returns
the byte used to pad data.

◆ IsPadding()

FORCEINLINE bool BuildPatchServices::PaddingChunk::IsPadding ( const FGuid Guid)

Get whether this chunk part refers to a special cased padding chunk.

Returns
true if this chunk is padding only.

◆ MakePaddingGuid()

FORCEINLINE FGuid BuildPatchServices::PaddingChunk::MakePaddingGuid ( uint8  Byte)

For padding chunks, returns the byte that is padded with.

Returns
the byte used to pad data.