Skip to main content
December 7, 2025
Question

Question about implementing a custom UI in an After Effects plugin

  • December 7, 2025
  • 1 reply
  • 95 views

Hi, I’m developing a plugin for After Effects and I’d like to use a custom user interface instead of Adobe’s default one.

How can I integrate a custom UI into my plugin?

1 reply

Mathias Moehl
Community Expert
Community Expert
December 7, 2025

What kind of extension are you talking about:
C++ plugin API, ExtendScript, or CEP panel?
I assume you talk about an ExtendScript, since this is limited to a fixed set of UI elements. In that case the answer is to develop a CEP panel instead of a ExtendScript script.
If you really mean a (C++) plugin and no script, then you can use Qt, for example, to create a custom UI.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects