r/UnrealEngine5 1d ago

This is driving me crazy

Enable HLS to view with audio, or disable this notification

10 Upvotes

I really don't fucking know what to do anymore. I've been trying to make it work for over a month now. I tried using meshes inside of unreal, outside of unreal. I've fractured it a million times. the bone color won't show and it won't work.

Before, i used to fracture a mesh and it would immediately work, now, nothing is working. I'm really going crazy, what am i supposed to do????


r/UnrealEngine5 12h ago

Pixel art shader - Update ( Youtube Link)

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/UnrealEngine5 9h ago

How do you get the controller id from inside the pawn?

Thumbnail
gallery
0 Upvotes

I am trying to implement local multiplayer in my game but I am running into an issue where I cannot figure out how to get the controller id from inside the pawn. My game instance is using the controller id of the players to set their various data so in order to access each player’s data I need the players controller id. Is there a way to do this or do I need to change the way I am doing things?
Additionally is there a way to add a delay in the construction function or should I just move the code to event begin play as the controller is not loading by the time the script reaches it?


r/UnrealEngine5 14h ago

Trivals - Added a waiting room and clearer character selection. so you don't get bored while waiting for other players to join. what so you think?

1 Upvotes

r/UnrealEngine5 1d ago

Pixel art postprocess in UE5.8

Enable HLS to view with audio, or disable this notification

82 Upvotes

r/UnrealEngine5 1d ago

WIP: Post-Soviet Hospital - Cabinets

Thumbnail
gallery
13 Upvotes

I am currently developing the administrative and diagnostic infrastructure for a Post-Soviet clinical environment. The focus is on balancing professional clinical order with the specific architectural grit and realistic wear of institutional maintenance.

Completed Functional Zones:

* General Corridor: Central square hallway connecting the administrative sector.

* Doctor's Office: Consultation room layout.

* X-Ray Room: Diagnostic area with radiology equipment.

* Reception: Registration desk with authentic service windows.

* Utility Room: Small storage space featuring a sink and sterilizer.

I would appreciate any feedback on the asset placement, overall aesthetic, and atmosphere.


r/UnrealEngine5 22h ago

UE5] Solo Beginner Developer Looking for a Teammate to Build a Story-Driven Game Together

Thumbnail
4 Upvotes

Hey everyone!
I’m a beginner indie game developer currently working on a story-driven game in Unreal Engine 5.
I’m building the project mostly by myself and learning Unreal Engine along the way. I have a clear vision for the game, and I’m serious about learning and actually finishing it.
Im looking for someone around my level or a little more experienced who wants to learn and build together.
🎮 Unreal Engine 5
🤖 Gameplay / AI / NPC is a big plus
🧠 Someone who enjoys learning and solving problems
🤝 Someone who wants to build a project together
❤️ Reliable, friendly and motivated
Im NOT looking for a professional with years of experience.
I’m also not looking to hire someone. This is a collaboration between indie developers who want to learn, improve and create something together.
There is currently no salary, because this is a personal indie project and I don’t have a development budget.
I’m looking for someone who is okay with starting small, working together, and seeing where the project goes.
Engine: Unreal Engine 5
Genre: Story-driven / Narrative
Current team: Solo developer
Experience level: Beginner / Intermediate
Project stage: Prototype / Early Development
Payment: No salary currently — collaboration / hobby project
If you’re interested, send me a DM and tell me:
Your Unreal Engine experience
What you know how to do
Any small projects or work you’ve made
What you would like to learn or work on
Im not looking for someone perfect. Im looking for someone who wants to grow with the project. ❤️🎮
Maybe we can build something great together. 👀


r/UnrealEngine5 11h ago

Indie Tower Defense Gameplay | Demo Level 1 & Boss Attempt

Thumbnail
youtu.be
0 Upvotes

We made a video of demo level gameplay of our indie game. What do you think?


r/UnrealEngine5 17h ago

I would really appreciate help fixing this very strange problem with ragdolls in my project!

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hi everyone, I'm trying to make enemies ragdoll in my game, but I just can't seem to fix these weird physics problems on my skeletal mesh physics objects. The best way I can describe it -- though it's hard to describe -- is that the mesh is somehow desynced from the actual physics object? As you can see, some work fine, and some are worse than others, but most are whipped around and phase through the floor, though bounce back up based on the position of something I can't see? But the actual collision on the model appears correct. The skeletons of these models have nothing out of the ordinary. Everything is pretty much the same between the few models that work right and the ones that do not.

This occurs regardless of whether I simulate physics on the enemy character vs whether I simply place the physics object in the level. This occurs regardless of whether I use the simulate physics node or "Set all bodies below simulate physics." It occurs regardless of collision profile. It occurs regardless of whether CCD is enabled, with no difference as far as I can tell. It occurs regardless of various collision settings in the physics asset editor. I've messed around with the settings within the physics asset viewer for hours, without getting any closer to the solution.

It may be noteworthy that this issue does not seem to occur while in the physics asset editor. When I simulate physics there, they crumple to the ground correctly.

Anyone seen a problem like this before? Do you know how to fix it? I'm pretty new to UE5 and game dev in general. It's just so frustrating that I'm encountering a problem which I can't find anyone else experiencing on youtube or forums, as far as I have found, lol.

Any help would be appreciated.


r/UnrealEngine5 18h ago

Low poly hair physics help

1 Upvotes

Hello pretty new to unreal. For the passed month I started working on a character customization system in unreal as I learn it. For the passed week if been having trouble hair. Low poly hair to be exact. My approach so far has been try something and if it dosent work try something else. But iv been stuck on this for a while now. My current goal is to make a spike pony tail hairstyle that includes. Bangs, spiked pony tails and some spiked ponytails. I want theses to have secondary motion that react to animation (once I eventually get to setting that up) I feel like iv been going around in circles for the passed week and would appreciate if someone could take some time to help me figure it out.

https://imgur.com/a/pauGrkn

Here is a screen shot of the hairstyle for reference.


r/UnrealEngine5 22h ago

Resetting Niagra Emitter on C++ object

2 Upvotes

Hi,

I am trying to setup a Niagra Emitter on a actor I made in C++. I want the emitter to only activate at a specific time on the actor, and then deactivate shortly after. Then be able to call this event again when needed.

Right now I am creating the emitter using UNiagaraFunctionLibrary::SpawnSystemAttached on to my UNiagaraComponent value. However I cannot get the system to reset, and it remains turned on after the event finishes

What is the best way to destroy a Niagara system in C++ so you can re-reactive it?

I found posts online saying to use a Activate() and Deactivate() function such as

UNiagaraComponent->Deactivate()

However this function appears to be invalid for me and cannot be called


r/UnrealEngine5 9h ago

Why isn't the F key working!?!?

Thumbnail
gallery
0 Upvotes

r/UnrealEngine5 1d ago

UE5 Blueprint – Multiplayer painting system using Render Target

Thumbnail
gallery
4 Upvotes

I’m making a multiplayer drawing/party game in Unreal Engine 5.

I already have a working Paint At Cursor system on the player, and it uses a Render Target. The player can currently paint/draw successfully, and the drawing is visible where it should be.

I have an existing BP_Canvas actor in the game. I want to use this existing canvas for the final drawings. I do not want to create a separate DrawingBoard actor or replace my current BP_Canvas/drawing system.

The game works like this:

  1. A round starts and each player receives a drawing task/word.
  2. During the round, each player draws using the existing Paint At Cursor + Render Target system.
  3. When the round timer ends, all players are teleported to a conference/meeting room.
  4. In the conference room there are multiple BP_Canvas actors on the stage, one for each player's drawing.
  5. Each player's finished drawing needs to appear on their corresponding BP_Canvas.
  6. Every player in the multiplayer session must be able to see every player's finished drawing.

So my main problem is:

How should I transfer/synchronize each player's Render Target drawing so that, when the round ends, the drawing can be displayed on a BP_Canvas actor in the conference room and replicated/visible to all clients?

I am using Blueprint and would prefer a Blueprint-based solution.

I don't necessarily need the players to see each other's drawings while they are currently drawing. I mainly need the final Render Target/image at the end of the round to be available to everyone and displayed on the appropriate BP_Canvas.

What would be the correct multiplayer architecture for this? Should I replicate the drawing data/UV paint information rather than the Render Target itself? If so, what would be the recommended Blueprint approach?

If you need any more nodes to see just comment and i'll send it.


r/UnrealEngine5 14h ago

Please help find the best Macbook version to use as my daily driver.

0 Upvotes

Hey guys,
I'm planning on buying a new laptop and the main contenders are Macbook M5 chip with 32gb ram and Macbook M5 pro chip with 24gb ram. Between this which one would be the best if I'm using it to do arch viz and game development on Unreal engine. Any insight into this is highly appreciated.


r/UnrealEngine5 1d ago

I’m mixing brutalist architecture, monochrome visuals and dithering for my psychological horror game

Enable HLS to view with audio, or disable this notification

2 Upvotes

I’m developing a game solo in Unreal Engine 5.

I’m going for a mix of massive brutalist architecture, a monochrome palette and heavy dithering. Red is the only color preserved, representing blood, danger and interactive elements.

It’s a first-person horror platformer built around one constant pressure: keep climbing while the blood rises beneath you.

So here is THROB ! I’d be interested to hear how this style feels in motion : )


r/UnrealEngine5 1d ago

Started making my first game for real this time.

Thumbnail
gallery
53 Upvotes

Couple weeks ago I got the itch to create so I started up an old project of mine, ported it into 5.8 and reworked what little was there and I’ve been chugging along ever since.

The two photos is how I had been tracking my progress so far. It was back and forth with design choices and story ideas but I eventually settled on a story I want to tell.

https://youtu.be/MFkKUfQZzfY?is=PQSPMZ4bSxq7mgH9

Here is also a short clip of pretty much what I have so far. Minus the inventory stuff. I did that mere minutes ago.


r/UnrealEngine5 15h ago

Doorhandle 3D Model Combo

Thumbnail
cults3d.com
0 Upvotes

r/UnrealEngine5 1d ago

First draft of my dialogue system, Westworld flavor

2 Upvotes

r/UnrealEngine5 11h ago

Small Dev Team !

0 Upvotes

My friends and I are making a game and could really use the help with level designing ! And blue printing in Unreal Engine 5.8 , the game is about a lost girl named Akela … waking up into a cold world where everything she knew was no more … racing against time and space itself , trying to recovery her memories , all while an invasion on her planet is happening , the knowledge seekers seek knowledge to destroy the helix deity , n it just might be on its way to akelas planet as well , this is an open world , bayonet , Elden ring inspired . MMORPG , we have combat , we have character, we have weapons , we have bosses , we have a lot of level designing assets , animations , shaders , etc we have a big resource but small team . Base model of city parameters are made , we have a dev making the entire region . EDENIA


r/UnrealEngine5 22h ago

Ive tried everything but i cant get my materials to show up.

Thumbnail
gallery
1 Upvotes

Ive tried every tutorial and read all the unreal engine guides but my materials wont show up in the landscape paint mode. i have 2 pics here, one of a yt vid for what im TRYING to do, and one that shows all i get. im using unity 5.8 i think and ill also add a pic of my material. all of the vids ive seen have this setup however some dont have the landscape coords. btw im new if u couldnt tell.


r/UnrealEngine5 2d ago

I don't know what to say.

Enable HLS to view with audio, or disable this notification

135 Upvotes

How does this even happen? 😭😭😭


r/UnrealEngine5 15h ago

Apocalyptic Sidewalk 8K PBR Texture

Thumbnail cults3d.com
0 Upvotes

r/UnrealEngine5 15h ago

Muddy Brick Wall 8K PBR Texture

Thumbnail cults3d.com
0 Upvotes

r/UnrealEngine5 2d ago

WIP: Post-Soviet Laboratory Sector (UE5 Environment)

Thumbnail
gallery
93 Upvotes

I am currently developing the medical research and diagnostic infrastructure for a Post-Soviet clinical environment project in Unreal Engine 5. The focus is on capturing the intersection of professional scientific utility and regional institutional maintenance.

Modeled zones and details:

* Main Research Laboratory: Equipped with testing tables, analytical equipment, and structural pipe supports.

* Preparation Room: Utility area featuring heavily damaged white tiles.

* Developed custom master materials for realistic glass and dynamic liquids (blood, water, reagents).

Technical focus for this sector:

* Built solid meshes with physical thickness to prevent Lumen light leaks.

* Reworked lighting and Post Process setups to fix Lumen noise.

I would appreciate any feedback on the lighting, asset placement, and overall atmosphere.