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 FPackageResourceStat
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | PackageFilename | The filename of the package; will be different from PackageName if this package is one of the loc packages | |
| FName | PackageName | The name of the package this struct contains resource stats for | |
| FClassResourceMap | PackageResources | The map of 'Class name' to 'object resources of that class' for this package |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPackageResourceStat
(
FName InPackageName |
Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FObjectResourceStat * | AddResourceStat
(
FName ResourceClassName, |
Creates a new resource stat using the specified parameters. |