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