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

#include <MassQueryExecutor.h>

Public Types

using FragmentType = TFragment
 

Public Member Functions

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

Public Attributes

TConstArrayView< TFragmentView
 

Friends

template<typename... Ts>
struct FQueryDefinition
 

Member Typedef Documentation

◆ FragmentType

Constructor & Destructor Documentation

◆ FConstFragmentAccess()

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

Member Function Documentation

◆ ConfigureQuery()

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

◆ Get()

template<typename TFragment >
const TConstArrayView< TFragment > & UE::Mass::FConstFragmentAccess< TFragment >::Get ( ) const
inline

◆ operator[]()

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

◆ SetupForChunk()

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

◆ SetupForExecute()

template<typename TFragment >
void UE::Mass::FConstFragmentAccess< 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: