FLinkerLoad::AttachBulkData

Attaches/ associates the passed in bulk data object with the linker.

Windows
MacOS
Linux

Override Hierarchy

FArchive::AttachBulkData()

FLinkerLoad::AttachBulkData()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h

Include

#include "UObject/LinkerLoad.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp

Syntax

virtual void AttachBulkData
(
    UObject * Owner,
    FUntypedBulkData * BulkData
)

Remarks

Attaches/ associates the passed in bulk data object with the linker.

Parameters

Parameter

Description

Owner

UObject owning the bulk data

BulkData

Bulk data object to associate

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