Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassExecutionContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< TFragment > GetMutableFragmentView () |
Fragments related operations | MassExecutionContext.h | |
TArrayView< FMassFragment > GetMutableFragmentView
(
const UScriptStruct* FragmentType |
MassExecutionContext.h | ||
TArrayView< TFragmentBase > GetMutableFragmentView
(
TNotNull< const UScriptStruct* > FragmentType |
MassExecutionContext.h |
GetMutableFragmentView()
Description
Fragments related operations
| Name | GetMutableFragmentView |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassExecutionContext.h |
| Include Path | #include "MassExecutionContext.h" |
template<typename TFragment>
TArrayView < TFragment > GetMutableFragmentView()
GetMutableFragmentView(const UScriptStruct *)
| Name | GetMutableFragmentView |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassExecutionContext.h |
| Include Path | #include "MassExecutionContext.h" |
TArrayView < FMassFragment > GetMutableFragmentView
(
const UScriptStruct * FragmentType
)
GetMutableFragmentView(TNotNull< const UScriptStruct * >)
| Name | GetMutableFragmentView |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassExecutionContext.h |
| Include Path | #include "MassExecutionContext.h" |
template<typename TFragmentBase>
TArrayView < TFragmentBase > GetMutableFragmentView
(
TNotNull< const UScriptStruct * > FragmentType
)