Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UE::CompactBinaryTCP::IMessage
- FAssetRegistryPackageMessage
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AssetRegistryGenerator.h |
| Include | #include "Commandlets/AssetRegistryGenerator.h" |
Syntax
class FAssetRegistryPackageMessage : public UE::CompactBinaryTCP::IMessage
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAssetData > | AssetDatas | ||
| TMap< FSoftObjectPath, TArray< TPair< FName, FString > > > | CookTags | ||
| int64 | DiskSize | ||
| TOptional< FAssetPackageData > | OverrideAssetPackageData | ||
| TOptional< TArray< FAssetDependency > > | OverridePackageDependencies | ||
| uint32 | PackageFlags | ||
| FName | PackageName | ||
| const ITargetPlatform * | TargetPlatform |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 |