Navigation
API > API/Editor > API/Editor/UnrealEd
Contains stats about a single resource in a package file.
| Name | FObjectResourceStat |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h |
| Include Path | #include "Commandlets/EditorCommandlets.h" |
Syntax
struct FObjectResourceStat
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObjectResourceStat
(
const FObjectResourceStat& Other |
Copy constructor | Commandlets/EditorCommandlets.h | |
FObjectResourceStat
(
FName InClassName, |
Standard Constructor | Commandlets/EditorCommandlets.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassName | FName | The name of the class for this resource | Commandlets/EditorCommandlets.h | |
| ResourceNameIndex | int32 | The complete path name for this resource | Commandlets/EditorCommandlets.h | |
| ResourceSize | int32 | The size of this resource, on disk | Commandlets/EditorCommandlets.h |