Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Tricky_Widget on March 19, 2015, 11:29:04 AM
-
I'm making some custom actions that have shared components in an abstract class. This is handy, but causes problems with the order of my fields. It always displays the individual fields first and then the shared fields second. Which works, but is a bit confusing to use because fields that should go together are getting split up.
Is there any way to specify what order the fields are listed in the action?
Thanks!
-
Hi,
yeah, I was confronted to this indeed. I don't think there is a way, and usually what I do is create a custom editor which can then quickly reorganise fields around.
Check out the quaternion actions on the ecosystem, they use this technic.
Bye,
Jean
-
Ah, thank you for the tip!