UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Mass::FMutableFragmentAccess< TFragment > Struct Template Reference

#include <MassQueryExecutor.h>

Public Types

using FragmentType = TFragment
 

Public Member Functions

 FMutableFragmentAccess ()=default
 
TArrayView< TFragment > & Get ()
 
TFragmentoperator[] (int32 Index)
 
void ConfigureQuery (FMassEntityQuery &EntityQuery, FMassSubsystemRequirements &ProcessorRequirements)
 
void SetupForExecute (FMassExecutionContext &Context)
 
void SetupForChunk (FMassExecutionContext &Context)
 

Public Attributes

TArrayView< TFragmentView
 

Friends

template<typename... Ts>
struct FQueryDefinition
 

Member Typedef Documentation

◆ FragmentType

Constructor & Destructor Documentation

◆ FMutableFragmentAccess()

template<typename TFragment >
UE::Mass::FMutableFragmentAccess< TFragment >::FMutableFragmentAccess ( )
default

Member Function Documentation

◆ ConfigureQuery()

template<typename TFragment >
void UE::Mass::FMutableFragmentAccess< TFragment >::ConfigureQuery ( FMassEntityQuery EntityQuery,
FMassSubsystemRequirements ProcessorRequirements 
)
inline

◆ Get()

◆ operator[]()

template<typename TFragment >
TFragment & UE::Mass::FMutableFragmentAccess< TFragment >::operator[] ( int32  Index)
inline

◆ SetupForChunk()

template<typename TFragment >
void UE::Mass::FMutableFragmentAccess< TFragment >::SetupForChunk ( FMassExecutionContext Context)
inline

◆ SetupForExecute()

template<typename TFragment >
void UE::Mass::FMutableFragmentAccess< TFragment >::SetupForExecute ( FMassExecutionContext Context)
inline

Friends And Related Symbol Documentation

◆ FQueryDefinition

template<typename TFragment >
template<typename... Ts>
friend struct FQueryDefinition
friend

Member Data Documentation

◆ View


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