Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- IMPCollectorMessage
- FAssetRegistryPackageMessage
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AssetRegistryGenerator.h |
| Include | #include "Commandlets/AssetRegistryGenerator.h" |
Syntax
class FAssetRegistryPackageMessage : public UE::Cook::IMPCollectorMessage
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAssetData > | AssetDatas | ||
| int64 | DiskSize | ||
| TOptional< FAssetPackageData > | OverrideAssetPackageData | ||
| TOptional< TArray< FAssetDependency > > | OverridePackageDependencies | ||
| uint32 | PackageFlags | ||
| FName | PackageName | ||
| const ITargetPlatform * | TargetPlatform |
Overridden from IMPCollectorMessage
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | GetDebugName () |
Return the debugname for diagnostics. | |
| FGuid | Return the Guid that identifies the message to the remote connection. | ||
| bool | TryRead
(
FCbObjectView Object |
Unmarshall the message from a CompactBinaryObject. | |
| void | Marshall the message to a CompactBinaryObject. |
Constants
| Name | Description |
|---|---|
| MessageType |