Unreal Engine Code Analyzer
JSON →Analyzes Unreal Engine source code to provide context for AI assistants.
Tools · 8
- analyze_class Get detailed information about a class, including its properties and methods.
- find_class_hierarchy Get the inheritance hierarchy for a class, optionally including implemented interfaces.
- find_references Find all references to a specific identifier (e.g., function, variable) in the codebase.
- search_code Search the codebase for a query string, with optional file pattern and comment inclusion.
- detect_patterns Detect Unreal Engine patterns and best practices in a specified file.
- get_best_practices Get best practices for specific Unreal Engine concepts like UPROPERTY, UFUNCTION, Components, etc.
- query_api Search the Unreal Engine API documentation with optional filters for category, module, and examples.
- analyze_subsystem Analyze a specific Unreal Engine subsystem, returning core classes, key features, and common use cases.
★ 153 GitHub stars