Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryWithEnvironmentConte-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddColumns
(
RowHandle Row |
Adds new empty columns to a row of the provided type. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
void AddColumns
(
TConstArrayView< RowHandle > Rows |
Adds new empty columns to the listed rows of the provided type. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
void AddColumns
(
RowHandle Row, |
Adds new empty columns to a row of the provided type. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
void AddColumns
(
TConstArrayView< RowHandle > Rows, |
Adds new empty columns to the listed rows of the provided type. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
void AddColumns
(
TConstArrayView< RowHandle > Rows, |
Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
AddColumns(RowHandle)
Description
Adds new empty columns to a row of the provided type. The addition will not be immediately done but delayed until the end of the tick group.
| Name | AddColumns |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
template<typename... Columns>
void AddColumns
(
RowHandle Row
)
AddColumns(TConstArrayView< RowHandle >)
Description
Adds new empty columns to the listed rows of the provided type. The addition will not be immediately done but delayed until the end of the tick group.
| Name | AddColumns |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
template<typename... Columns>
void AddColumns
(
TConstArrayView< RowHandle > Rows
)
AddColumns(RowHandle, TConstArrayView< const UScriptStruct * >)
Description
Adds new empty columns to a row of the provided type. The addition will not be immediately done but delayed until the end of the tick group.
| Name | AddColumns |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void AddColumns
(
RowHandle Row,
TConstArrayView< const UScriptStruct * > ColumnTypes
)
AddColumns(TConstArrayView< RowHandle >, TConstArrayView< const UScriptStruct * >)
Description
Adds new empty columns to the listed rows of the provided type. The addition will not be immediately done but delayed until the end of the tick group.
| Name | AddColumns |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void AddColumns
(
TConstArrayView< RowHandle > Rows,
TConstArrayView< const UScriptStruct * > ColumnTypes
)
AddColumns(TConstArrayView< RowHandle >, TConstArrayView< FDynamicColumnDescription >)
| Name | AddColumns |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void AddColumns
(
TConstArrayView< RowHandle > Rows,
TConstArrayView< FDynamicColumnDescription > DynamicColumnDescriptions
)