![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ObjectResource.h>
Inheritance diagram for FObjectResource:Public Member Functions | |
| FObjectResource () | |
| FObjectResource (UObject *InObject) | |
Public Attributes | |
| FName | ObjectName |
| FPackageIndex | OuterIndex |
Base class for UObject resource types. FObjectResources are used to store UObjects on disk via FLinker's ImportMap (for resources contained in other packages) and ExportMap (for resources contained within the same package)
| FObjectResource::FObjectResource | ( | ) |
| FObjectResource::FObjectResource | ( | UObject * | InObject | ) |
| FPackageIndex FObjectResource::OuterIndex |
Location of the resource for this resource's Outer. Values of 0 indicate that this resource represents a top-level UPackage object (the linker's LinkerRoot). Serialized