If you're working with dynamic materials, post-process volumes, or UE5's rendering pipeline in C++, this skill walks you through the patterns that actually matter. It starts by reading your project context to check engine version and platform targets, then covers MID creation and parameter setting, material parameter collections for global values, post-process settings via volumes, render targets, and Nanite/Lumen specifics. The index-based parameter API for high-frequency updates is a nice touch most tutorials skip. The step-by-step clarification questions keep it from dumping irrelevant code on you. Solid if you're tired of guessing which CreateDynamicMaterialInstance overload to use or why your MID got garbage collected.
npx skills add https://github.com/quodsoler/unreal-engine-skills --skill ue-materials-rendering