FObjectResource

Base class for [UObject](API\Runtime\CoreUObject\UObject\UObject) resource types.

Windows
MacOS
Linux

Inheritance Hierarchy

FObjectResource

FObjectExport

FObjectImport

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectResource.h

Include

#include "UObject/ObjectResource.h"

Syntax

struct FObjectResource

Remarks

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)

Variables

Name Description

Public variable

FName

 

ObjectName

The name of the UObject represented by this resource.

Public variable

FName

 

OldClassName

Name of the class this object was serialized with (in case active class redirects have changed it) If this is a class and was directly redirected, this is what it was redirected from

Public variable

FPackageIndex

 

OuterIndex

Location of the resource for this resource's Outer.

Constructors

Name Description

Public function

FObjectResource()

Public function

FObjectResource

(
    UObject* InObject
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss