Questions tagged [unreal-5]
The unreal-5 tag has no summary.
137 questions
0
votes
0
answers
20
views
Controlling a material attached to a Post Process Volume's opacity in Unreal 5.5.1
I'm trying to create a Slenderman-style TV static effect in Unreal Engine 5.5.1, where the effect slowly fades in as you're looking at Slenderman. I'm using an unbound Post Process Volume with the ...
0
votes
0
answers
20
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
54
views
Storing reference of delegate in pointer
I have multiple different classes which need to perform the same complex operation
So to keep my code dry, I'm using a manager object which requires a delegate for the complex operation
Here's a ...
0
votes
0
answers
46
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
1
answer
83
views
Unreal Engine fails to load WindowsPlatformFeatures module
After upgrading to Unreal Engine 5.6. I got this error when packaging the game:
...
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
81
views
Specifying a "default value" for parameters when binding functions to delegates?
Let's say I have a class UFoo which has a dynamic delegate myDelegate with no parameters. I cannot modify the contents of ...
1
vote
1
answer
169
views
Understanding the math behind procedural aiming animation
I'm creating a procedural aiming animation system in UE5 as a learning experiment.
In order to position the hand for aiming down sights, I'm using a forward vector from player camera to project out a ...
0
votes
0
answers
90
views
How to Implement Ray Casting and Aim Assist Scaling in UE5 Using C++ for FPS Mechanics?
I'm developing an FPS shooter in Unreal Engine 5 and currently working on the aiming mechanics for keyboard and mouse (KBM). I want to implement an aim assist system that uses ray casting to detect ...
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 ...
1
vote
0
answers
131
views
When should I use (or avoid using) RPC Functions in Unreal Engine?
I'm currently working with replication in Unreal Engine and am wondering whether I'm using RPC Functions too much.
Most of my functions that are called on the server are unreliable. For example, I was ...
1
vote
0
answers
52
views
How to add flashlight to player in map downloaded from Fab?
I tried adding flashlight to my player downloaded from Fab, but I don't see any dynamic light from it:
I tried tweaking global illumination and rebuilding the level, but there was no effect. The map ...
1
vote
0
answers
130
views
The game world is like a planet [closed]
I'm new to games, but I'm quite aware of the logic behind building games. I have an idea for the game, but already at the stage of the idea and thinking over the mechanic. I understand that the game ...
1
vote
1
answer
162
views
Processing an image of land and water into a stylized map
First please excuse my English, it's not my first language!
I'm trying to process an existing image to create a game map, to be clear, this is not a procedurally-generated image. However, I would like ...
0
votes
0
answers
123
views
What to do about server and client state desync when client prediction gets too far ahead?
Im implementing my own version of client prediction and server reconciliation for a custom pawn in unreal engine 5, since i couldnt use the default unreal character for my needs, as it forces you into ...
1
vote
1
answer
83
views
DataAsset Blueprint that is set up by my EditorUtilityObject gets reset every time I restart Unreal Editor
How to make my modification from my EditorUtilityObject to my DataAsset blueprint permanent?
I have my custom C++ class for my DataAsset, and also another C++ one for my custom EditorUtilityObject. I ...
0
votes
1
answer
125
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
0
answers
71
views
UE5 Animation / Motion Matching Issues
UE5 noob here,
So I am following a tutorial for how to do motion matching and when I import the animations, only the head gets animated while the rest of the body is in a T-pose. It is very comical ...
2
votes
1
answer
119
views
Second URP Lit material shows pink on FBX model exported from Unreal 5
I'm trying to get materials working on a model imported into Unity 6, from Unreal Engine 5, but for some reason one of them isn't showing. I have played around with a few of the settings with no ...
1
vote
2
answers
216
views
Build project on VSCode unnecessarilly covers the code of Unreal Engine itself
Problem
VSCode on my env from a project, setting of which is auto-generated from Unreal Engine, tries to build the code of Unreal Engine itself, which includes more ...
1
vote
1
answer
255
views
Is there a way to determine if a Nav Link Proxy is encountered while finding a path between two points in Unreal Engine?
Problem definition: I have an AI (zombie) that is destroying a special object to reach a specific location. The object is stored as a blackboard value and is a child actor of a NavLink(To trigger ...
0
votes
1
answer
269
views
Unreal Engine not taking any function key inputs
Unreal Engine utilizes f (function) keys. On a textfield on the config window e.g. "Editor Preferences -> General -> Keyboard Shortcuts -> Possess or ...
1
vote
1
answer
85
views
UMG Drawing Delay
Is there any way to delay the re-rendering of a widget when you clear its children?
I am trying to clear my inventory widget of all the children widgets, then re-add them (sort of a clear and refresh ...
0
votes
0
answers
130
views
Camera Shake Issue in UE5
I'm experiencing unexpected camera behavior while implementing a camera shake effect in my first-person project. After adding the camera shake, the camera is not behaving correctly (the camera is not ...
1
vote
1
answer
87
views
Unreal Engine 5: in Preferences, 'general - Keyboard shortcuts' why are there two fields for every command?
There are two fields for every command as shown below:
Is this just a convenient means of assigning two different shortcuts to a command? Or is this something to do with key chords?
The ...
0
votes
0
answers
205
views
How to control one Unreal character with two controllers?
I'm trying to make a proof of concept game that allows the character to be able to be controlled by both players at once: the first player controls movement while the second controls camera and ...
0
votes
0
answers
70
views
Chaos Flesh skeletal binding not working properly
I’m working on a medical VR simulation in Unreal Engine 5, using Chaos Flesh to create a soft-body-like structure for a human mesh. The mesh includes an esophagus, and I need skeletal binding to hold ...
1
vote
0
answers
128
views
UE5 cloth + rope simulation
Can anyone suggest how I can simulate with physics, a cloth in UE5 supported by ropes?
My model is made in blender with cylinder profile ropes (7.5mm), and the net is a plane. The model is subdivided ...
0
votes
1
answer
77
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
166
views
I'm having trouble loading my save file after opening a level
I'm working on save game system and I want to restore the level on load (or open the one from the save game)
The only problem is once I use the open level node the rest of the properties don't get ...
0
votes
1
answer
275
views
Trees sway in unison in Unreal Engine 5 with Megascans European Black Alder Pack
I’m experiencing a strange issue in my Unreal Engine project. The trees in my scene have started to animate unexpectedly, almost as if they are performing a synchronized "dance" or wave ...
0
votes
1
answer
195
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 ...
0
votes
1
answer
336
views
how to take screenshot as a texture or material.. at runtime
I’m making a slot based save system in unreal engine in which each slot has a screenshot indicating where the player left off.
I know render targets technically do the same thing but render targets ...
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
2
answers
309
views
How to access a control rig c++ variable in blueprint?
I have a custom control rig class and I want to expose a variable in it to the Anim Graph, I tried this:
...
1
vote
1
answer
672
views
How to create custom Control Rig class in c++?
How do I create a new custom c++ class which inherits from ControlRig? Such that when I use the editor to create a new Control Rig and it asks for a parent rig my ...
0
votes
1
answer
157
views
In unreal engine 5 why do I need to use replication in multiplayer when creating a crouch or prone action but not for regular movement
I'm doing a tutorial on multiplayer and this came up but I don't see any obvious reasons why I need replication for the animations to work for crouching and prone but not for movement and jumping.
0
votes
0
answers
515
views
how to update a data table at runtime
I'm bound to use a data table to work with common UI: common action widget but I have this key binding system and I need to update the data table to be able to change the icons
I know a lot of you ...
0
votes
1
answer
235
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 ...
0
votes
1
answer
301
views
Cannot use the editor function "Play" in this runtime blueprint. Only for use in Editor Utility Blueprints and Blutilities
How can I solve the error: "Cannot use the editor function "Play" in this runtime blueprint. Only for use in Editor Utility Blueprints and Blutilities"?
b2.png
1
vote
1
answer
966
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 ...
0
votes
1
answer
544
views
Trouble getting the right Interp Speed with 'FInterp To' node
I was following this course using UE5 version 5.4.2 and building a "Handle Rotation" graph for a door that looks like this:
I encountered this problem:
setting the ...
1
vote
0
answers
218
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
173
views
Help me understand magic numbers in Chaos Vehicle plugin's torque calculation
I'm trying to understand the logic implemented in the Chaos Vehicle plugin. I need your help with following points:
1. Torque conversion
If I’m not wrong then the brake torque unit is Nm, and ...
1
vote
1
answer
904
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 ...
0
votes
1
answer
362
views
Why are the transform buttons greyed out in the static mesh editor?
I am trying to add a couple box colliders to my mesh. I'd like to scale and position them. But for whatever reason, my transform buttons are greyed out and I don't know why. It's like this whenever I ...
1
vote
1
answer
107
views
Limited git provider and large assets
I am facing a problem with my UE5 project: I am hitting the maximum amount of space my current account allows for git, including LFS.
Some assets are very large, so I cannot use anymore my git ...
0
votes
1
answer
267
views
How do I code realistic rocket engine plumes in Unreal Engine 5.3.2
Right now, I am programming the engine plumes for a game called Spaceflight 3D, or basically a better version of KSP2 that my team of developers are working on. Mainly to be made for my company to ...
0
votes
0
answers
743
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 ...
1
vote
1
answer
81
views
I want to change the direction of my platform from z direction to y direction alternatively
So basically, I want my platform to move first on the z axis from start position to end position, and then from ...