Can you show Unreal 5 Screen inside of Windows App's panel?

I would like to make a tool program and i want that to be fully window program but just part of it is unreal 5 screen. Is this possible? and i want to control the 3D view with window API ( like buttons, command, scroll bar, dial log, and etc

Is this possible? I don’t want to use computer resources for UI area.

Hi ohmanbo,

It is possible - I’ve had UE running in a PowerPoint window - but you have to alter the UE source code to accept an HWND parameter and then get UE to open with that window rather than open with it’s own: