Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryWithEnvironmentConte-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const Column * GetColumn () |
Return the address of a immutable column matching the requested type or a nullptr if not found. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
| Helper template that returns a const 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 const void * GetColumn
(
const UScriptStruct* ColumnType |
Return the address of a immutable column matching the requested type or a nullptr if not found. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
GetColumn()
Description
Return the address of a immutable column matching the requested type or a nullptr if not found.
| Name | GetColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
template<TDataColumnType Column>
const Column * GetColumn() const
GetColumn(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 a const 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 | GetColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
template<typename DynamicColumnTemplate>
const DynamicColumnTemplate * GetColumn
(
const FName & Identifier
) const
GetColumn(const UScriptStruct *)
Description
Return the address of a immutable column matching the requested type or a nullptr if not found.
| Name | GetColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
virtual const void * GetColumn
(
const UScriptStruct * ColumnType
) const