Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
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
| Type | Name | Description | |
|---|---|---|---|
| FName | ClassName | The name of the class for this resource | |
| int32 | ResourceNameIndex | The complete path name for this resource | |
| int32 | ResourceSize | The size of this resource, on disk |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FObjectResourceStat
(
const FObjectResourceStat& Other |
Copy constructor | ||
FObjectResourceStat
(
FName InClassName, |
Standard Constructor |