CreateBulkdataChunkId

Creates a [FIoChunkId](API\Runtime\Core\IO\FIoChunkId) in the format that Bulkdata expects.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h

Include

#include "IO/IoDispatcher.h"

Syntax

static FIoChunkId CreateBulkdataChunkId
(
    int32 GlobalPackageId,
    int64 BulkDataChunkId,
    EIoChunkType ChunkType
)

Remarks

Creates a FIoChunkId in the format that Bulkdata expects.

Returns

A valid FIoChunkId

Parameters

Parameter

Description

GlobalPackageId

The identifier for the package that the bulkdata object is owned by

BulkDataChunkId

A unique id for the bulkdata (commonly the bulkdata offset value is used)

ChunkType

The chunk type commonly 'BulkData' or 'OptionalBulkData'

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss