The documentation says (at the very bottom): Runtime/UMG/Public/Components/Image.h
Hi everyone.
Tell me please what heading files should be added for use of the class UImage?
I tried to write:
#include "Runtime/UMG/Public/Components/Image.h"
But it did not help. Maybe I do that not so?
Ok I just tried it, its just #include "Components/Image.h"
I tried include library that: #include "Runtime\UMG\Public\Components\Image.h"
but there no class UImage.
Also I tried include library that: “#include “Components/Image.h”” but compiler speaks: “the file is not possible to open a source: “Components/Image.h””