Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Returns a bool indicating that the class the object (specified by ExportIndex) was saved with matches the class that it was created with. Most commonly this returns false when native user (non-coreuobject) code has required a specific class of a specific type
| Name | DoesSavedClassMatchActualClass |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include Path | #include "UObject/LinkerLoad.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
bool DoesSavedClassMatchActualClass
(
int32 ExportIndex
) const