which options to choose in the wizard to create a plugin with the type of runtime?

Hi guys

I want to develop a plugin for internal use and I have a question. I have searched and not found any where

which options to choose in the wizard to create a plugin with the type of runtime?

Hey there ,

There really isn’t a “type of runtime” as they will all work at runtime. That is a function of the build, not really so much of the plugin (although yes, you can have some externs that won’t resolve for runtime, such as if you are using functions from the Editor, but you can surround them with #if WITH_EDITOR and #endif)

But all those you see there on the new plugin selection, will work at runtime.

Hope this helps,

Inc.

Thanks jayice