Agent skill
unreal-materials
Unreal Engine Material Editor skill for PBR workflows, material instances, shader complexity, and material functions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/unreal-materials
SKILL.md
Unreal Materials Skill
Material development using Unreal Engine's Material Editor.
Overview
This skill provides capabilities for creating materials in Unreal Engine, including PBR workflows, material instances, and custom shader development.
Capabilities
Material Creation
- Build PBR materials
- Configure material domains
- Handle blend modes
- Manage material properties
Material Instances
- Create instance hierarchies
- Expose parameters
- Handle static switches
- Manage instance overrides
Material Functions
- Create reusable functions
- Build material layers
- Handle function inputs
- Manage function libraries
Advanced Techniques
- World position offset
- Pixel depth offset
- Custom UV manipulation
- Subsurface scattering
Prerequisites
- Unreal Engine 5.0+
- Material Editor knowledge
Usage Patterns
Material Parameter Setup
1. Create Material Parameter Collection
2. Define scalar/vector parameters
3. Reference in materials
4. Update from Blueprint/C++
Material Instance Dynamic
UMaterialInstanceDynamic* DynMat =
UMaterialInstanceDynamic::Create(BaseMaterial, this);
DynMat->SetScalarParameterValue(FName("Damage"), DamageAmount);
MeshComponent->SetMaterial(0, DynMat);
Material Layers
1. Create Material Layer asset
2. Define layer parameters
3. Create Material Layer Blend
4. Configure blending
5. Use in Material
Best Practices
- Use material instances for variants
- Create material functions for reuse
- Monitor shader complexity
- Use LOD material switching
- Profile with GPU visualizer
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?