Open
Description
Seems like you can share Rider file template configs. It would be cool to make it faster to create Mass code with some IDE shortcuts!
- Rider ForEachEntityChunk live template thingy
EntityQuery.ForEachEntityChunk(EntitySubsystem,Context,[&](FMassExecutionContext& Context)
{
const int32 QueryLength = Context.GetNumEntities();
for (int32 i = 0; i < QueryLength; ++i)
{
}
});
(no clue how to share it lol, I added it in Editor>Live Templates>C++
)
- Rider "create new UMassProcesser" file template
Does VAX/vanilla VS have anything like this? If it does and you make one we can include that somewhere too.