Uploaded May 2022 | Updated September 2026, 2 weeks ago
Summary:
This video shows how to emit Niagara Particles or Fluids in Unreal 5 from a Geometry. In addition to that I also cover a simple way to add some velocity from movement of the geometry.
Tips/Changes:
In 5.1+ the node naming has changed "Sample Static Mesh" has become "Static Mesh Location".
Patreon:
patreon.com/renderBucket
Discord:
discord.gg/BxsersBPQc
Summary:
This video shows how to emit Niagara Particles or Fluids in Unreal 5 from a Geometry. In addition to that I also cover a simple way to add some velocity from movement of the geometry.
Tips/Changes:
In 5.1+ the node naming has changed "Sample Static Mesh" has become "Static Mesh Location".
Patreon:
patreon.com/renderBucket
Discord:
discord.gg/BxsersBPQc

![🐍 Python Tips! - List Comprehension in 60 Seconds. #shorts🩳
This is a great and easy way to do simple filtering and mapping of lists with a minimal amount of code in Python. List comprehension is often also faster than using a for loop.
Code in Video
numberList = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
evenList, oddList = [x for x in numberList if x % 2 0],[
x for x in numberList if x % 2 != 0]
print(evenList)
print(oddList)
Check out my channel for more! 🐍 Python Tips! - List Comprehension in 60 Seconds. #shorts🩳](https://i.ytimg.com/vi/9bjoM6Y2dws/mqdefault.jpg)








