Category "unreal-blueprint"

is there a way to rotate an actor's pitch past 90 degrees in unreal engine 4

I a working on a game and for some reason I can't get my component to rotate past 90 degrees pitch. I've distilled it down to EventTick->AddRelativeRotation

is there a way to rotate an actor's pitch past 90 degrees in unreal engine 4

I a working on a game and for some reason I can't get my component to rotate past 90 degrees pitch. I've distilled it down to EventTick->AddRelativeRotation

ue4 plugin,remote control api cannot be used for packaged exe executable files?

Can this plugin only be used on the ue4 editor? After I package it into an exe executable file, the related interface becomes unavailable.

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