UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FObjectResource Struct Reference

#include <ObjectResource.h>

+ Inheritance diagram for FObjectResource:

Public Member Functions

 FObjectResource ()
 
 FObjectResource (UObject *InObject)
 

Public Attributes

FName ObjectName
 
FPackageIndex OuterIndex
 

Detailed Description

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)

Constructor & Destructor Documentation

◆ FObjectResource() [1/2]

FObjectResource::FObjectResource ( )

◆ FObjectResource() [2/2]

FObjectResource::FObjectResource ( UObject InObject)

Member Data Documentation

◆ ObjectName

FName FObjectResource::ObjectName

The name of the UObject represented by this resource. Serialized

◆ OuterIndex

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


The documentation for this struct was generated from the following files: