What is the correct Verse syntax to extend the physics_object_base_device

I am not new to programming (BSc Comp Sci and programming from 8 yoa) but the syntax to extend the object is not obvious. The compiler complains that I am trying to extend an abstract epic_internal object.

I understand that this type of extension may not be made available yet - I am just new to Verse and wondered if I am doing something wrong.

Is there a way to extend?

Yeah you have the right idea. It’s <epic_internal> so you can’t extend from it. Right now you can only extend from creative_device.

1 Like

Thanks for your reply - much appreciated.