Skip to content

Distance Field Toolkit

Distance Field Toolkit converts SVG artwork into SDF, PSDF, MSDF, or MTSDF texture assets inside Unreal using bundled native generators.

The workbench manages source files, preparation diagnostics, batch generation, output naming, and destinations. Its preview stages let you inspect each part of the process:

  1. The original artwork.
  2. The prepared SVG.
  3. The generated distance-field output.
  4. The actual material rendering at different widget sizes.

Use the material preview to evaluate the final UI appearance alongside the intermediate texture. The toolkit includes a UI master material and a Blueprint/C++ factory with fill, outline, opacity, and softness controls.

Choose SDF, PSDF, MSDF, or MTSDF for the distance-field representation your material workflow needs. Inspect the generated result and material rendering at representative widget sizes before settling on a recipe.

Shareable presets cover generation, texture settings, naming, and workflow settings. Generated textures retain both their source and generation recipe so the same asset can be reimported repeatably.

Keep source artwork and the settings needed to reproduce an output available to the team. Review the generated asset alongside its intended material use when changing a shared recipe.

Batch generation supports multiple sources in the workbench. Batch commandlets also support automated baking and audits, allowing repeated asset-generation work to be included in a development workflow.

Start with one SVG icon. Inspect its preparation diagnostics, generate a texture, and compare the actual material rendering at the widget’s smallest and largest intended sizes. Save the working recipe as a preset, then use reimport to check a source-art revision.

Continue in the Material Library to organize the resulting material, or explore UI material nodes and reusable functions for scaling and composition.