Navigation API > API/Plugins > API/Plugins/MassEntity > API/Plugins/MassEntity/FMassEntityManager References Module MassEntity Header /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntityManager.h Include #include "MassEntityManager.h" Source /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Private/MassEntityManager.cpp void FlushCommands ( const TSharedPtr< FMassCommandBuffer > & InCommandBuffer ) Copy full snippetvoid FlushCommands ( const TSharedPtr< FMassCommandBuffer > & InCommandBuffer ) Parameters Name Description InCommandBuffer if not set then the default command buffer will be flushed. If set and there's already a command buffer being flushed (be it the main one or a previously requested one) then this command buffer will be queue itself.