Léna Piquet
Léna Piquet
It seems the issue is still happening regarding the "atom-shell-commands" reverting back to an empty {}. I tried for a while following the instructions for testing a basic command and...
> Boy, it must be my age but the sRGB blend looks like the more natural one to me, but I get what these people are coming from... something to...
By the way, I wanted to give another example (and the reason why I opened this issue in the first place). On the following image, you can see at the...
Is there any update on when 4.3 will come out ? I'm facing that bug as well and I had to use another, less convenient, library for the time being.
I'm trying as well to install lua-sdl2 on Windows (7), but in my case without building it from the source. At the moment I tried the following commands : `luarocks...
Yes, the *.lib is available too next to the *.h. Regarding the path, that's why I posted two version of the install command to take that into account to see...
So I tried your suggestion (second post) but it's not working, all I'm getting is a `#FF00FF` colored image. My guess is because the Slate brush creation fail, I recall...
I think a solution could be to simply offer an overload with a `UObject` as an input instead of Texture2D. This way we could feed any type of resources to...
I confirm that materials work for me, but I made sure the material domain was set to `User Interface` and not `Surface`, so maybe that's the reason they don't work...
In unreal the WidgetComponent class use a FWidgetRenderer to draw Slate/UMG widgets into RenderTargets so that UIs can be seen and interacted with from within the world. If you can...