Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryWithEnvironmentConte-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Column * GetMutableColumn () |
Return the address of a mutable column matching the requested type or a nullptr if not found. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
DynamicColumnTemplate * GetMutableColumn
(
const FName& Identifier |
Helper template that returns the reference to the column array data for the range of rows being processed Returns nullptr if type not found or column not assigned to row | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
virtual void * GetMutableColumn
(
const UScriptStruct* ColumnType |
Return the address of a mutable column matching the requested type or a nullptr if not found. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
GetMutableColumn()
Description
Return the address of a mutable column matching the requested type or a nullptr if not found.
| Name | GetMutableColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
template<typename Column>
Column * GetMutableColumn()
GetMutableColumn(const FName &)
Warnings * It is advised to only use this function in a query callback that handles multiple rows the returned reference will be to the first column in the table chunk, not necessarily the column corresponding to the row that the singular callback form is using.
Description
Helper template that returns the reference to the column array data for the range of rows being processed Returns nullptr if type not found or column not assigned to row
It is advised to only use this function in a query callback that handles multiple rows the returned reference will be to the first column in the table chunk, not necessarily the column corresponding to the row that the singular callback form is using.
| Name | GetMutableColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
template<typename DynamicColumnTemplate>
DynamicColumnTemplate * GetMutableColumn
(
const FName & Identifier
)
GetMutableColumn(const UScriptStruct *)
Description
Return the address of a mutable column matching the requested type or a nullptr if not found.
| Name | GetMutableColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
virtual void * GetMutableColumn
(
const UScriptStruct * ColumnType
)