UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMassCommandBuildEntity< TOthers > Struct Template Reference

#include <MassCommands.h>

+ Inheritance diagram for FMassCommandBuildEntity< TOthers >:

Public Types

using Super = FMassCommandAddFragmentInstances< TOthers... >
 
- Public Types inherited from FMassCommandAddFragmentInstances< TOthers... >
using Super = FMassBatchedEntityCommand
 
- Public Types inherited from FMassBatchedEntityCommand
using Super = FMassBatchedCommand
 

Public Member Functions

 FMassCommandBuildEntity ()
 
- Public Member Functions inherited from FMassCommandAddFragmentInstances< TOthers... >
 FMassCommandAddFragmentInstances (EMassCommandOperationType OperationType=EMassCommandOperationType::Set DEBUG_NAME_PARAM("AddFragmentInstanceList"))
 
void Add (FMassEntityHandle Entity, TOthers... InFragments)
 
- 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
 

Protected Member Functions

virtual void Run (FMassEntityManager &EntityManager) override
 
- Protected Member Functions inherited from FMassCommandAddFragmentInstances< TOthers... >
virtual void Reset () override
 
virtual SIZE_T GetAllocatedSize () const override
 
- Protected Member Functions inherited from FMassBatchedEntityCommand
 UE_MT_DECLARE_TS_RW_ACCESS_DETECTOR (EntitiesAccessDetector)
 

Additional Inherited Members

- Static Public Member Functions inherited from FMassBatchedCommand
template<typename T >
static UE_AUTORTFM_ALWAYS_OPEN uint32 GetCommandIndex ()
 
- Protected Attributes inherited from FMassCommandAddFragmentInstances< TOthers... >
UE::Mass::TMultiArray< TOthers... > Fragments
 
const FMassFragmentBitSet FragmentsAffected
 
- Protected Attributes inherited from FMassBatchedEntityCommand
TArray< FMassEntityHandleTargetEntities
 
- Protected Attributes inherited from FMassBatchedCommand
bool bHasWork = false
 
EMassCommandOperationType OperationType = EMassCommandOperationType::None
 

Member Typedef Documentation

◆ Super

template<typename... TOthers>
using FMassCommandBuildEntity< TOthers >::Super = FMassCommandAddFragmentInstances<TOthers...>

Constructor & Destructor Documentation

◆ FMassCommandBuildEntity()

template<typename... TOthers>
FMassCommandBuildEntity< TOthers >::FMassCommandBuildEntity ( )
inline

Member Function Documentation

◆ Run()

template<typename... TOthers>
virtual void FMassCommandBuildEntity< TOthers >::Run ( FMassEntityManager EntityManager)
inlineoverrideprotectedvirtual

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