Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Changes the linker and linker index to the passed in one. A linker of NULL and linker index of INDEX_NONE indicates that the object is without a linker.
| Name | SetLinker |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectLinker.cpp |
void SetLinker
(
FLinkerLoad * LinkerLoad,
int32 LinkerIndex,
bool bShouldDetachExisting,
bool bSilenceLogs
)
Parameters
| Name | Remarks |
|---|---|
| LinkerLoad | New LinkerLoad object to set |
| LinkerIndex | New LinkerIndex to set |
| bShouldDetachExisting | If true, detach existing linker and call PostLinkerChange |
| bSilenceLogs | If true, this function will not output non-fatal log messages |