How to add fbx file into User Interface Widget

Hi all,

Iam new to Unreal Engine and currently i have a doubt with FBX file.

I have a project created in user interface(Widget Blueprint) and i need to add FBX file into it.

Everywhere i see a tutorial video like how to integrate user interface(Widget Blueprint) into 3d scene. In my case i need it in a reverse way, like i need to add 3d fbx into user interface(Widget Blueprint) . Is that possible? if yes can somebody help me on it.

This might help you:

Thank you so much @BladeMaster

Hi! User Widgets represent plane 2d controls and cant contain 3d objects. So if you want a 3d model in you scene it is always 3d level. And when 3d part is done you can add Widgets if they are needed. So just go through steps

  • create 3d scene you want
  • place camera
  • add all wdigets that you want

Thanks @kehel18 , is there any example for the same?

I tried this way, but while creating Material, i need the Render target with Transparent background. But i am getting black background. Can you help me how to UI material with transparency background?