A detailed example of how pure nodes in Blueprints can be executed multiple times. Definitely worth knowing for anyone that uses Blueprint. https://celdevs.com/unreal-engine-and-the-hidden-pitfalls-of-blueprints/
#UnrealEngine

A detailed example of how pure nodes in Blueprints can be executed multiple times. Definitely worth knowing for anyone that uses Blueprint. https://celdevs.com/unreal-engine-and-the-hidden-pitfalls-of-blueprints/
#UnrealEngine
Mini Royale from IndigoBlue is out now in Early Access and free to play, with Native Linux support and Easy Anti-Cheat enabled.
https://www.gamingonlinux.com/2025/03/free-to-play-toy-soldier-battle-royale-game-mini-royale-enters-early-access/
Hello Fediverse, time for an introduction! My name is Matthew (or Matt, Mattie), and I'm a non-binary software engineer based in the UK. I've been on fedi before but I've decided to make a presence here where I can share my more professional stuff. I'll be posting about:
- Typescript, React, Astro and Webdev
- Unreal Engine, C++ and game dev
- Devops and Linux, primarily Opensuse
Feel free to follow me!
FullyExpand
UPROPERTY(meta=(FullyExpand=true))
(No comment or documentation yet...)
https://benui.ca/unreal/uproperty/#fullyexpand
#UnrealEngine
Bitflags
UENUM(meta=(Bitflags))Docs: Indicates that this enumerated type can be used as flags by integer `UPROPERTY` variables that are set up with the `Bitmask` Metadata Specifier.
https://benui.ca/unreal/uenum/#bitflags
#UnrealEngine
FluidNinja 2.0 is shaping up to be pretty amazing!
https://youtu.be/iTYN1s8YbhM?si=HcJ91S_c5lmUyjLV
A detailed example of how pure nodes in Blueprints can be executed multiple times. Definitely worth knowing for anyone that uses Blueprint. https://celdevs.com/unreal-engine-and-the-hidden-pitfalls-of-blueprints/
#UnrealEngine
HideViewOptions
UPROPERTY(meta=(HideViewOptions))Docs: Used for Subclass and SoftClass properties. Specifies to hide the ability to change view options in the class picker
https://benui.ca/unreal/uproperty/#hideviewoptions
#UnrealEngine
We've just released AMD Schola v1.1.0!
AMD Schola lets you train RL-based #AI NPCs with #UnrealEngine
New features include:
Embedding reinforcement learning in behavior trees
Support for UE 5.5, and more
Get it now: https://gpuopen.com/amd-schola/?utm_source=mastodon&utm_medium=social&utm_campaign=schola
Your #unrealengine agent's perception (sight etc) might work fine when they're placed in a level, or when spawned on BeginPlay, then stop working entirely when spawned dynamically. Here's the solution to avoid teeth gnashing: