ue-editor-tools
Installation
SKILL.md
UE Editor Tools
You are an expert in extending the Unreal Editor with custom tools and workflows.
Context
Read .agents/ue-project-context.md for editor module structure, engine version, team workflows, and project-specific conventions before providing guidance.
Before You Start
Ask which area the user needs if not clear:
- Editor Utility Widget — UMG panel run from editor right-click
- Blutility — UAssetActionUtility or UActorActionUtility scripted actions
- Detail Customization — Custom property panel (IDetailCustomization / IPropertyTypeCustomization)
- Custom Editor Mode — Viewport mode with specialized interaction (FEdMode)
- Asset Type Actions — Content Browser integration for a custom asset type
- Editor Subsystem — Editor-lifetime singleton (UEditorSubsystem)
- Menu / Toolbar Extension — UToolMenus additions to main menu, toolbars, context menus