UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMassCommandRemoveTagsInternal< CheckTime, TTypes > Struct Template Reference

#include <MassCommands.h>

+ Inheritance diagram for FMassCommandRemoveTagsInternal< CheckTime, TTypes >:

Public Types

using Super = FMassCommandChangeTags
 
- Public Types inherited from FMassCommandChangeTags
using Super = FMassBatchedEntityCommand
 
- Public Types inherited from FMassBatchedEntityCommand
using Super = FMassBatchedCommand
 

Public Member Functions

 FMassCommandRemoveTagsInternal ()
 
- Public Member Functions inherited from FMassCommandChangeTags
 FMassCommandChangeTags ()
 
 FMassCommandChangeTags (EMassCommandOperationType OperationType, FMassTagBitSet TagsToAdd, FMassTagBitSet TagsToRemove DEBUG_NAME_PARAM("ChangeTags"))
 
- Public Member Functions inherited from FMassBatchedEntityCommand
 FMassBatchedEntityCommand ()=default
 
 FMassBatchedEntityCommand (EMassCommandOperationType OperationType DEBUG_NAME_PARAM("BatchedEntityCommand"))
 
void Add (FMassEntityHandle Entity)
 
void Add (TConstArrayView< FMassEntityHandle > Entities)
 
void Add (TArray< FMassEntityHandle > &&Entities)
 
- Public Member Functions inherited from FMassBatchedCommand
 FMassBatchedCommand ()=default
 
 FMassBatchedCommand (EMassCommandOperationType OperationType)
 
virtual ~FMassBatchedCommand ()
 
virtual void Execute (FMassEntityManager &EntityManager) const
 
bool HasWork () const
 
EMassCommandOperationType GetOperationType () const
 

Additional Inherited Members

- Static Public Member Functions inherited from FMassBatchedCommand
template<typename T >
static UE_AUTORTFM_ALWAYS_OPEN uint32 GetCommandIndex ()
 
- Protected Member Functions inherited from FMassCommandChangeTags
virtual void Run (FMassEntityManager &EntityManager) override
 
virtual SIZE_T GetAllocatedSize () const override
 
- Protected Member Functions inherited from FMassBatchedEntityCommand
virtual void Reset () override
 
 UE_MT_DECLARE_TS_RW_ACCESS_DETECTOR (EntitiesAccessDetector)
 
- Protected Attributes inherited from FMassCommandChangeTags
FMassTagBitSet TagsToAdd
 
FMassTagBitSet TagsToRemove
 
- Protected Attributes inherited from FMassBatchedEntityCommand
TArray< FMassEntityHandleTargetEntities
 
- Protected Attributes inherited from FMassBatchedCommand
bool bHasWork = false
 
EMassCommandOperationType OperationType = EMassCommandOperationType::None
 

Member Typedef Documentation

◆ Super

template<EMassCommandCheckTime CheckTime, typename... TTypes>
using FMassCommandRemoveTagsInternal< CheckTime, TTypes >::Super = FMassCommandChangeTags

Constructor & Destructor Documentation

◆ FMassCommandRemoveTagsInternal()


The documentation for this struct was generated from the following file: