Editor-only modules
Every custom editor tool you write — a Details panel customization, a custom asset factory, an Editor
Details panel customization
The default Details panel — the one every UCLASS and USTRUCT gets for free — is a generic property
Custom asset types
A UDataAsset subclass is usable the moment you compile it — but "usable" and "designer-friendly" are
Editor Utility Widgets
IDetailCustomization and a hand-rolled Slate widget are the right tool when you're extending an
Commandlets & automation
Everything covered so far in this folder — Details customizations, factories, Editor Utility Widgets —