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

#include <MassQueryExecutor.h>

Public Types

using FragmentType = TFragment
 

Public Member Functions

 FMutableChunkFragmentAccess ()=default
 
TFragmentGet () const
 
TFragmentoperator* () const
 
TFragmentoperator-> () const
 
void ConfigureQuery (FMassEntityQuery &EntityQuery, FMassSubsystemRequirements &ProcessorRequirements) const
 
void SetupForExecute (FMassExecutionContext &Context)
 
void SetupForChunk (FMassExecutionContext &Context)
 

Public Attributes

TFragmentFragment = nullptr
 

Friends

template<typename... Ts>
struct FQueryDefinition
 

Member Typedef Documentation

◆ FragmentType

Constructor & Destructor Documentation

◆ FMutableChunkFragmentAccess()

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

Member Function Documentation

◆ ConfigureQuery()

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

◆ Get()

◆ operator*()

template<typename TFragment >
TFragment & UE::Mass::FMutableChunkFragmentAccess< TFragment >::operator* ( ) const
inline

◆ operator->()

template<typename TFragment >
TFragment * UE::Mass::FMutableChunkFragmentAccess< TFragment >::operator-> ( ) const
inline

◆ SetupForChunk()

◆ SetupForExecute()

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

Friends And Related Symbol Documentation

◆ FQueryDefinition

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

Member Data Documentation

◆ Fragment


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