Window HWND

Hello,

I read this post Window handle - C++ Gameplay Programming - Unreal Engine Forums about Window handle and I was wondering how exactly I had to cast the void* pointer.

I tried several ways : reinterpret_cast, (HWND), (HWND) and none of them worked.

If someone was to know how to do this, I’d be glad to hear from him/her!