Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Sorts the assets based on their meta data's type. Supported types: FString, int, float, FDateTime.
Target is Editor Asset Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Assets | The assets to sort |
| name | Meta Data Tag | The on which the sort is based |
| enum | Meta Data Type | The meta data type of MetaDataTag |
| enum | Sort Order | Whether to sort ascending or descending |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Whether the data was sorted, e.g. false if not all assets have the MetaDataTag. |