Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryContext
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 | |
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 | |
TemplateType * GetMutableColumn
(
const FName& Identifier |
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 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" |
void * GetMutableColumn
(
const UScriptStruct * ColumnType
)
GetMutableColumn(const FName &)
| Name | GetMutableColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
template<TDynamicColumnTemplate TemplateType>
TemplateType * GetMutableColumn
(
const FName & Identifier
)