Unreal Mentor's Avatar

Unreal Mentor

@unrealmentor.bsky.social

I’m here to share my knowledge and empower aspiring and less experienced game developers. My goal is to help them gain confidence, break free from feeling powerless, and develop the motivation and industry-ready skills needed to succeed.

37 Followers  |  40 Following  |  3 Posts  |  Joined: 13.01.2025  |  1.6101

Latest posts by unrealmentor.bsky.social on Bluesky

Post image

As Unreal Engine devs, it’s easy to get lost in code. I use a method called SAFER to stay on track:

🛡️ Shield
🔍 Assess
🧱 Fortify
🚫 Eliminate
🔁 Refine
Helps with structure, quality & sanity. More details soon! #UnrealEngine #gamedev #UE5 #epicgames

20.05.2025 09:57 — 👍 6    🔁 2    💬 0    📌 0
LinkedIn This link will take you to a page that’s not on LinkedIn

Someone corrected me on Linkedin, I was wrong : Under the hood, float values use IEEE-754 binary formats, which is doing is job properly, but it's limited by the mathematical fact that when we store it in a finite number of bits, we get a very close approximation, not the exact value.

19.05.2025 06:55 — 👍 0    🔁 0    💬 0    📌 0
Post image

🔍 Floats are liars!
Comparing floats in Unreal? Be careful — Value == 1.f might fail due to IEEE-754 imprecision.

✅ Use FMath::IsNearlyEqual() or IsNearlyZero()
🎨 In Blueprints? Use the “Nearly Equal” node.

#UnrealEngine #GameDev #CPP

19.05.2025 00:48 — 👍 2    🔁 1    💬 1    📌 0

@unrealmentor is following 19 prominent accounts