What problem does it solve? Choosing and building the right material architecture in Unreal Engine 5.8 is error-prone: wrong blend modes, uncontrolled static-switch permutations, and unmeasured transparency overdraw cause visual defects and GPU cost. This Skill guides selection, construction, parameterization, and profiling of UE 5.8 materials with physically coherent defaults. ## Core Features & Use Cases - Architecture Selection: Choose between parent materials with instances, Material Functions, Material Layers, Material Parameter Collections, Custom Primitive Data, Runtime Virtual Textures, decals, and Substrate based on bounded surface families. - PBR and Property Guidance: Configure Material Domain, Blend Mode, Shading Model, and physically related Base Color, Metallic, Roughness, and Specular inputs with correct texture import and color-space handling. - Profiling and Debugging: Diagnose visual defects and cost using Material Editor stats, Shader Complexity (Alt+8), Material Analyzer, and GPU profiling on target hardware. - Use Case: When building a foliage material with wind, use this Skill to set up a masked parent material, parameterize WPO amplitude and frequency, validate bounds and LOD transitions, and measure worst-case instance counts. ## Quick Start Use the unreal-materials skill to design and validate a parent material with instances for an opaque hard-surface asset family in Unreal Engine 5.8.