Questions tagged [unreal]
The Unreal Engine. Not to be confused with the free UDK.
441 questions
0
votes
0
answers
19
views
How to set only the yaw in Transform (Modify) Bone node?
I'm trying to modify the hips bone as to make it fixed at one global yaw rotation but the "Transform (Modify) Bone" node only has the option to modify all 3 Roll, Pitch & Yaw:
Is there ...
0
votes
0
answers
45
views
How to detect which physics body of skeletal mesh has overlapped?
I have a skeletal mesh with a Physics Asset assigned to it as such:
This skeletal mesh is used within an ACharacter with collision settings as such:
And an actor which has the overlap event as such:
...
0
votes
0
answers
36
views
Meshes are not visible after adding them to an actor scene component
I wrote a Python script (for the editor) to attach a mesh to a scene component of an actor (vegetation_root_component).
In the logs everything looks fine, but no ...
0
votes
0
answers
93
views
clouds are blurry
Unreal Engine 5
First Person
BLUEPRINT
default level Basic
The default cloud VolumetricCloud looks blurry in the sky can someone tell me step by step how to fix this m_SimpleVolumetricCloud_Inst
I ...
0
votes
1
answer
234
views
Screen/viewport cursor position to world-space pos
I'm trying to understand how to convert mouse coordinates to world space. There is built in UE blueprint function ConvertMouseToWorldSpace but I think it returns ...
0
votes
1
answer
129
views
How to Rotate a Sphere around a Tilted Axis in a 3D space
I'm developing a game with Unreal Engine 5.4.4.
In the game, I'm trying to rotate a sphere around its Z axis. If I put the sphere on the map and add a rotation around its Z axis is easy.
I only have ...
0
votes
1
answer
124
views
Post process effect with sphere mask is offset until the window is resized
I am having a weird issue with the position of my sphere mask. Here is what it looks like currently:
The white disc should be directly under the player character, not shifted off to the side.
...
0
votes
1
answer
55
views
Save character positions from multiple levels?
I'm currently working on an open world game. The main open world is a single level but specific bigger buildings/areas have their own level. When I now use Unreal's SaveGame function, is there a way ...
0
votes
1
answer
537
views
How to make an enemy able to walk on walls in Unreal Engine?
I'm working on my 1st title called Infernal,
and I'd like to make the enemy able to walk on both ground and walls.
For exemple: let's say the enemy is running towards the player and he gets shot. ...
0
votes
0
answers
56
views
World Position Offset from Realtime Virtual Texture when loading level
I have a grid of instanced meshes where I’m using an RVT with the landscape world height to feed into the material of the grid so it deforms to the landscape. Issue is, if I load into the level ...
0
votes
1
answer
76
views
Unreal engine export fbx with light intensity from level sequence
How to just export the light I animated to blender as I have to blend the two renders together with same light-intensity animation?
0
votes
1
answer
87
views
Export Unreal assets and import into new project?
Imagine a scenario where you spend a ton of time creating a virtual world in Unreal but then decide you want to enlarge the landscape area. Is there a way to export all the assets and their scaling/...
0
votes
1
answer
99
views
Best way to accurately model the complex network of concrete runways/taxiways/roads/paths of an airfield in Unreal?
I can understand the concept of creating a network of basic roads using splines but imagine a large area of concrete with lots of complex curves, shapes and transitions to model like an airfield. The ...
0
votes
1
answer
192
views
FPS Drop with Chaos Flesh in Unreal Engine 5 for Complex Mesh – Optimization Help Needed
I'm working on a VR project using Unreal Engine 5 with Chaos Flesh for simulating a complex human body mesh. However, I'm facing a significant FPS drop when using Chaos Flesh.
Currently, my numcell ...
2
votes
1
answer
2k
views
Which directories can be deleted when backing up an Unreal Engine project?
Question
How can I safely reduce the size of an Unreal Engine project for backup without losing essential data?
I need to back up my Unreal Engine projects, but each project takes up at least 100GB of ...
0
votes
1
answer
177
views
Where I can find "set active" node in the blueprint to activate Niagara system component?
In the main level editor I placed Niagara system component called shell and I need to activate it from the blueprint so I opened ...
1
vote
0
answers
122
views
How can I determine which parts of the skeletal mesh should be sliced?
I am currently trying to replicate skeletal mesh slicing, akin to something Metal Gear Rising: Revengeance did. So far I've managed to successfuly get some puzzle pieces of this whole thing together, ...
0
votes
1
answer
226
views
Ball not bouncing infinitely with perfect elastic collision settings
I'm trying to create a ball that exhibits perfect elastic collisions, meaning it should bounce infinitely without losing energy.
Here's what I've done so far:
Set the ball's restitution to 1
Set ...
1
vote
1
answer
950
views
Unreal Engine Import Warning "The following bones are missing from the bind pose"
Problem
I'm receiving the following message while importing the character from mixamo.com. It does not happen for all characters but in some of them.
The following bones are missing from the bind ...
1
vote
0
answers
216
views
(UE 5.4.2) (Enhanced Input System) Touch Pressed trigger fires only once
As you can see on image I have three Control Bindings
Space Bar - works perfectly on desktop. I can press several times ...
1
vote
1
answer
892
views
How do I apply a post process animation blueprint to a skeleton?
I tried to migrate the rifle anims from the lyra sample project. I am using the same skeleton as the Lyra project, but the wrist is twisted once they are retargeted. If I open the anim before ...
1
vote
1
answer
341
views
How to make AI Character move towards Actor Object
I have in my scene an AI Character and Actor Object, but the character won't move no matter what I've tried. You can see the current code with debug statements. I'm not sure what I'm missing because I'...
0
votes
0
answers
741
views
Unreal Engine 5.4.1 freezes every second
I encountered a problem in Unreal Engine 5.4.1, when starting an empty project with a first-person template, the whole Unreal Engine starts to slow down a lot (freezes every second). At the same time ...
2
votes
1
answer
674
views
What does 'being conservative' mean in occlusion culling?
I've been learning graphics engine recently and I come across a term - conservative:
The CPU-GPU sync point problem Unreal solves like any other engine that uses queries, by deferring reading the ...
1
vote
0
answers
97
views
How to create animation sequence when character is moving at the same place
I’ve created animation through UE Sequencer,but it seems moving in global space. How could I do animatian of a character in local space? Could somebody say which concept is supposed to be used here?
...