FObjectResourceStat

Contains stats about a single resource in a package file.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h

Include

#include "Commandlets/EditorCommandlets.h"

Syntax

struct FObjectResourceStat

Remarks

Contains stats about a single resource in a package file.

Variables

Name Description

Public variable

FName

 

ClassName

The name of the class for this resource

Public variable

int32

 

ResourceNameIndex

The complete path name for this resource

Public variable

int32

 

ResourceSize

The size of this resource, on disk

Constructors

Name Description

Public function

FObjectResourceStat

(
    const FObjectResourceStat& Other
)

Copy constructor

Public function

FObjectResourceStat

(
    FName InClassName,
    const FString& InResourceName,
    int32 InResourceSize
)

Standard Constructor

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