Category "unreal-blueprint"

How do I get c++ inheritance working in actors when I can only inherit from non-UObjects?

I am currently trying to implement inheritance like I would in any other project but I keep getting an error telling me that I can only inherit from non-UObject

How to delete object using blueprints (not actor)

Ok I've created some class which inherits from UObject. I can created it in level BP (using Construct object node) and store reference in my BP variable. When I

Unreal: How to access image in MediaTexture with C++?

I'm currently using unreal read from video and cameras. I got a Media Player and Media Texture alongside with it. I'm aware that It is possible to read pixels f