Questions tagged [unreal]

14 questions
1
vote
0 answers

Unreal Engine Detour Crowd does not work with Nav Links with different heights?

I have two nav planes with different height, connected with one nav link (see picture below). I have several pawns with FloatingPawnMovementComponent. If I use AIController for all the pawns, they can “climb up” the nav link and reach the higher…
Valar Morghulis
  • 647
  • 5
  • 16
1
vote
0 answers

How to config Unreal Engine5 C++ code auto completion for neovim?

I want to write Unreal Engine C++ code in Neovim, but don't how to config lsp server to enable the auto completion and formating for UE C++. Anyone who can help me out of this? Thx a lot. I want to know the exact way to config lsp server for Unreal…
0
votes
0 answers

How to enable Space Mouse in packaged UE game?

I've got Space Mouse Wireless functioning correctly in Editor and Play mode (UE 5.0.3 Windows 11), but when I package I lose rotation and pitch. This same behavior was happening in Editor before scripting some nodes in level BP. Why wouldn't these…
0
votes
0 answers

I open the Meerkat Demo Unreal Engine 5 level and it simply does not load and everything is black

I open the Meerkat Demo level and it simply does not load and everything is black at the bottom and you can see the sky and still see this bird , spot lighting and camera. enter image description here I expected Level to open normally and see rocks…
0
votes
1 answer

Can't ignore some binary files under one folder by using git-lfs

Here is my .gitattributes file. [attr]lock filter=lfs diff=lfs merge=binary -text lockable [attr]lockonly lockable [attr]lfs filter=lfs diff=lfs merge=binary -text [attr]lfstext filter=lfs diff=lfstext merge=lfstext -text # Unreal Engine file…
Boris
  • 75
  • 8
0
votes
0 answers

Convert position and rotation from Blender to Unreal engine

I am exporting keyframe coordinates and rotations from Blender(latest) as CSV via python, and using them to animate an object through code, in Unreal Engine 5.0.4. The positions are matching, but not the rotations. What I have tried: converted…
Subham Burnwal
  • 310
  • 2
  • 17
0
votes
0 answers

How can you enable/disable collisions in unreal Physics Editor while using python?

Is it possible to use Python to get the selected order in the Unreal Physics Editor, and have all the first selected collision shape enable collisions with all the subsequent collisions? I want to have Capsule 1 apply collisions to Capsules 2, 3,…
Peteman
  • 35
  • 2
  • 6
0
votes
1 answer

The Shortest Distance between Oriented Bounding Boxes

This is the problem that I am facing. Given two oriented bounding boxes (8 vertex, center, extent), I want to get the shortest distance between boxes. Specifically, I have two vehicle objects moving which lies in 3D, and the bounding box should be…
0
votes
1 answer

How do I get PyCharm to autocomplete

I am trying to write Unreal scripts in PyCharm. Currently, I wish to use the autocomplete feature, and I have already loaded in the pip files and added the stub into the interpreter paths, and I've typed into the idea.properties…
Peteman
  • 35
  • 2
  • 6
0
votes
0 answers

3D Object becomes upside down after export

I'm in unreal engine 5 and I am animating a space ship. When I preview the level sequence, the spaceship's positioning is correct, but when I export, the space ship is upside down and backwards... I created a brand new map, re-did the animation from…
0
votes
0 answers

Character model keeps disappearing in Unreal 5.2

I updated my unreal engine to 5.2, and took my file with it. I was working on this project when this happened. My character suddenly disappears whenever I look at specific angles. HELP! I am very new and this is my first project.Here's what's…
0
votes
0 answers

Retargeting on Unreal 5.x: unable to retrieve bone index for track

I’ve made IK rigs for both my characters on my Unreal Engine 5.2.1, source and target. Then I’ve made a Retargeting IK, where I can see finally my target doing the source animation very well. So everything is perfect, but when I try to export my…
Alessandro Ornano
  • 34,887
  • 11
  • 106
  • 133
-1
votes
0 answers

UE5.1 Multiplayer, How to get the player who clicked and the one who is gettting clicked?

So, I am making a multiplayer game where I want it so that when a player1 who is playing the game sees the avatar of player 2 he can click on that avatar and a widget get’s created showing profile of the Player 2, also there is a button in that…
-1
votes
1 answer

Unreal Engine version for smooth performance on HP 15s eq2144au with Ryzen 5 processor?

I am using an HP 15s eq2144au laptop, which is equipped with an AMD Ryzen 5 processor. I want to use Unreal Engine on this device, but I'm unsure about which version would provide the best performance, ensuring smooth and clear functionality. What…