Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/FPackageResourceStat
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h |
| Include | #include "Commandlets/EditorCommandlets.h" |
FObjectResourceStat &42; AddResourceStat
&40;
FName ResourceClassName,
const FString & ResourcePathName,
int32 ResourceSize
&41;
Remarks
Creates a new resource stat using the specified parameters. a pointer to the FObjectResourceStat that was added
Parameters
| Name | Description |
|---|---|
| ResourceClassName | the name of the class for the resource |
| ResourcePathName | the complete path name for the resource |
| ResourceSize | the size on disk for the resource |