generate_character_class
Generate a Character class with a health system and common functionality, ready to use in Unreal Engine game projects.
Instructions
Generate a Character class with health system and common functionality
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Module name. Default: 'YourProject' | |
| className | Yes | Name of the Character class (e.g., 'AMyCharacter') |