What is a 3D Widget?

Hi!

What is a 3D Widget? Is it an actor with a widget?

I’ve just started to develop a VR game, and there is a Widget Interaction Component with this:

imagen

I’ve been searching on Internet, but I haven’t found anything.

I think is this:

But, how can I create one? Adding a widget to an Actor?

Thanks.

1 Like

It’s just a custom name for a tracing channel so you can isolate what this widget interaction component can interact with. You can add 16 or so (?) channels, have them Ignored, Overlapped or Blocked.

And yes, you found the right place. You can also define new object types the same way.

It’s all for collision / tracing purposes. Nothing to do with widget components per se.

Since VR relies heavily on widget comps for UI interaction, it’s nice to have a dedicated channel that allows you to hit widgets only.

Depends on what you want to create. New channels are where you found them. Widget components that can use them are added to actors and can automatically instantiate widgets and have them live in world space.

Yes. But, how can I create one? Adding a widget to an Actor?

1 Like

Yes. Widget Component.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.