Skip to content

IDE file templates for Mass Processor boilerplate #22

Open
@Megafunk

Description

@Megafunk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackloggedNot a priority right now

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions