Navigation API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager > API/Runtime/MassEntity/FMassEntityManager/FlushCommands References Module MassEntity Header /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h Include #include "MassEntityManager.h" Source /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp void FlushCommands ( TSharedPtr< FMassCommandBuffer > & InCommandBuffer ) Copy full snippetvoid FlushCommands ( 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.