Navigation
BlueprintAPI > BlueprintAPI/AssetRegistry
Returns the names of all classes derived by the supplied class names, excluding any classes matching the excluded class names. This can be slow if temporary caching mode is not on.
Target is Asset Registry
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Class Names | |
| struct | Excluded Class Names |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Out Derived Class Names |