Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FLinkerLoad
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 |
UClass * GetExportLoadClass
(
int32 ExportIndex
)
Remarks
Utility function for easily retrieving the specified export's UClass. The class that the specified export's ClassIndex references.
Parameters
Name | Description |
---|---|
ExportIndex | Index of the export you want a class for. |