Questions tagged [unreal-blueprint]

Blueprints are Unreal Engine's visual programming structure. Use this tag for all questions related to blueprint programming in Unreal Engine.

Unreal Engine's Blueprint system replaced Unreal Engine 3's Kismet in May 2012. Blueprints help add functionality to meshes, props and players in order to turn 3d art into a working game.

499 questions
0
votes
1 answer

non vr project with leap motion and ue4

Does anyone know how to setup a leap motion for a non VR project. Also I want it to be orientated frontside down 45 degrees. There almost no documentation about this on the internet, anyone some experience? Many thanks, Olivierus
0
votes
3 answers

C++ How to calculate an arc between two 3D points

I read through the forum and as I am sure this question has been asked before, but I couldn't really find what I was looking for. My problem is the following: I have an AI-Character moving along a spline. Should that path be blocked, the character…
frankBang
  • 117
  • 1
  • 11
0
votes
1 answer

Using Steamworks in Unreal Engine 4

So I've started implementing Steamworks functions for my game, and everything went perfectly fine. I managed to get sync with steam API ( i can do achievements and see that i'm playing game on my steam acc). However when i wanted to start using some…
0
votes
2 answers

How could I load a Static Mesh from external folder?

I'm learning UE4 C++ Development and I have a idea but I don't know if that is possible to make. I have a folder on my WAMP SERVER for exemplo ( C:\wamp\www\staticmesh\My3DModel.3DS ). My idea is create a button on my UE4 widget and when It's…
0
votes
1 answer

Why table does not rotate?

I am trying to rotate the table that come with starter kit using this blue print: I made sure the static mesh is movable so why it does not rotate ?
zac
  • 4,495
  • 15
  • 62
  • 127
0
votes
1 answer

2D Sprite Scaling in Unreal Engine 4.13.2

I'm working on a Sprite Scaling pickup for a 2D Platformer assignment, and have most of it worked out. I am running into a few issues however. When scaling the Capsule Component (It being the Parent object), when walking up to a sprite on the…
0
votes
1 answer

What is Blueprints from Unreal Engine from fundamentals of computer science?

I am trying to create something similar to Blueprints from Unreal but for Web development. I googled some questions about what Blueprint actually is but I didn't get any success, most of the links point to unrelated information. I am trying to…
0
votes
1 answer

Unreal Engine: Constrain a pawn's rotation between two angles

I'm working on a short Unreal Engine 4.9 blueprint for a friend, but I am not familiar with the unreal engine at all, and I'm about to pull my hair out. I've been searching online for about 2 hours, and I can't get it. What I'm trying to do is get…
Hoopla70
  • 111
  • 9
0
votes
1 answer

(UE4) Why won't this Custom Event execute?

So I want when the player presses the left key, the door/gate opens. There are doors constantly spawning in the level, but you can only open the one LEAST recently spawned, so I have the doors in an array. So when you press left, it gets the door at…
Bowser jr.
  • 21
  • 1
  • 8
0
votes
2 answers

How to open an FBX file from my UE4 project's interface

I've created an interface for my UE4 project that has an import button. What I want it to do is to access FBX files in the user's desktop and opens the one the user selects. I've written a c++ code that searches for FBX files in the desktop and…
Shahad
  • 1
  • 2
0
votes
2 answers

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'm creating object I'm setting Outer as self. So level BP owning newly created object.…
The Tosters
  • 417
  • 3
  • 15
0
votes
1 answer

UE4 Variable error after double delay

I've got Blueprint of my character where I spawn a bomb with a key. I try to limit number of bombs with NumOfBombs int variable. When bomb is spawned I subtract 1, when it explode after 2sec delay I add 1. System is working if I wait those 2…
Phantoms
  • 141
  • 3
  • 9
0
votes
2 answers

My App has no Client ID?

So I'm using the Unreal Engine 4 to make a mobile game. I'm currently trying to set up the Google Play services so I can do Leaderboards, Acheivements and In-App Purchases, but I'm struggling with the first right now. You can see the behaviour in…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
0
votes
1 answer

Unreal Engine 4 - Blueprints, Need Help Creating UI Elements Based on Int Value

I have an array of ints (I.E: 12 , 55 , 33) the length and contents of that array are variable. In a for each loop, I need to take every single array index and create a set number of ui images based on its number, for example if the first array…
0
votes
1 answer

Unreal Engine 4 Blueprint integration with Google Play Leaderboard

I am becoming crazy, and have been stuck for a while on this. Is there any tutorial in BP integration with android? I have tried to follow flappy bird as much as possible. But there is something is not working for me. Here is a bit of what I am…
Kanekotic
  • 2,824
  • 3
  • 21
  • 35