get_include_path
Retrieve the correct #include path for any Unreal Engine class, struct, or type by providing its name.
Instructions
Get the #include path for an Unreal Engine class, struct, or type.
Args: name: Class or type name (e.g. "AActor", "FHitResult", "ECollisionChannel").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |