get_deprecation_warnings
Check if an Unreal Engine API is deprecated by providing the name. Avoid using outdated functions, classes, or properties by verifying deprecation status.
Instructions
Check if an Unreal Engine API is deprecated.
Args: name: API name to check (function, class, property, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |