Navigation
BlueprintAPI > BlueprintAPI/AssetRegistry
Sorts the assets based on a custom Blueprint delegate.
Target is Asset Registry Helpers
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Assets | The assets to sort |
| delegate | Sorting Predicate | Implements a Left <= Right relation |
| enum | Sort Order | Whether to sort ascending or descending |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |