Megafunk / MassSample

My understanding of Unreal Engine 5's experimental ECS plugin with a small sample project.
MIT License
682 stars 112 forks source link

README: Make sure to pass FMassEntityHandle in Defer() context examples #11

Closed MarkJGx closed 2 years ago

MarkJGx commented 2 years ago

Quick fix in the README reference, make sure we pass the FMassEntityHandle entity handle to the deferred operations.

Megafunk commented 2 years ago

Good catch!!!