< Previous | Contents | Next >
FuRegisterClass() registers your plugin within Fusion. It takes a unique ID string, a plugin class type enumerant, and a table of any extra attributes, like UI name. For viewshaders, the class type must be CT_ViewLUTPlugin.
FuRegisterClass("GammaVSFuse", CT_ViewLUTPlugin, { -- ID must be unique REGS_Name = "Gamma ViewShader",
})