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