grass-builder

Convert landscape grass types into instanced foliage actors in Unreal Engine.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill grass-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grass-builder
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/grass-builder
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill grass-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of landscape grass elements within Unreal Engine levels into instanced foliage actors, streamlining the process of managing and optimizing large-scale vegetation.

Core Features & Use Cases

  • Automated Grass Conversion: Converts landscape grass types into AInstancedFoliageActor instances.
  • Optimized Foliage Management: Facilitates easier management and performance optimization of vegetation assets.
  • Use Case: Convert all grass on a large open-world landscape level into foliage actors to improve rendering performance and allow for more granular control over placement and density.

Quick Start

Run the grass-builder skill with the level path '/Game/S2/Main_Flow/Teaser/Level/L_Teaser_Temp_Autumn_03'.

Frequently Asked Questions about grass-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert landscape grass to foliage in Unreal Engine?

To convert landscape grass to foliage in Unreal Engine, you can use an automated commandlet that transforms landscape grass types into instanced foliage actors for easier management and rendering optimization.

Why convert landscape grass types into instanced foliage actors?

Converting landscape grass into instanced foliage actors improves rendering performance for large open-world levels and allows for more granular control over vegetation placement and density during world-building workflows.

Do I need any specific modules to convert grass to instanced foliage?

Yes, converting landscape grass to instanced foliage requires the SipherCascadeFoliageEditor module and a valid Unreal Engine installation to execute the custom commandlet.

What is the process to optimize large-scale vegetation in Unreal Engine?

Optimizing large-scale vegetation involves running a custom commandlet on a specified level path to automatically convert all landscape grass elements into optimized instanced foliage actors.

Can I use this grass conversion method for any open-world level?

Yes, this grass conversion method applies to any valid Unreal Engine level path you specify, making it suitable for large open-world landscapes requiring vegetation optimization.