Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryWithEnvironmentConte-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * AddColumnUninitialized
(
RowHandle Row, |
Add a new uninitialized column of the provided type if one does not exist. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
void * AddColumnUninitialized
(
RowHandle Row, |
Elements/Interfaces/TypedElementQueryStorageInterfaces.h | ||
void * AddColumnUninitialized
(
RowHandle Row, |
Add a new uninitialized column of the provided type if one does not exist. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h | |
void * AddColumnUninitialized
(
RowHandle Row, |
Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
AddColumnUninitialized(RowHandle, const UScriptStruct *)
Description
Add a new uninitialized column of the provided type if one does not exist. Returns a staged column which is used to copy into the database at a later time via the UStructScript Copy operator at the end of the tick group. It is the caller's responsibility to ensure the staged column's constructor is called. The caller may modify other values in the column. This function can not be used to add a tag as tags do not contain any data.
| Name | AddColumnUninitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void * AddColumnUninitialized
(
RowHandle Row,
const UScriptStruct * ColumnType
)
AddColumnUninitialized(RowHandle, const FDynamicColumnDescription &)
| Name | AddColumnUninitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void * AddColumnUninitialized
(
RowHandle Row,
const FDynamicColumnDescription & DynamicColumnDescription
)
AddColumnUninitialized(RowHandle, const UScriptStruct *, ObjectCopyOrMove)
Description
Add a new uninitialized column of the provided type if one does not exist. Returns a staged column which is used to copy/move into the database at a later time via the provided relocator at the end of the tick group. It is the caller's responsibility to ensure the staged column's constructor is called. The caller may modify other values in the column. This function can not be used to add a tag as tags do not contain any data.
| Name | AddColumnUninitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void * AddColumnUninitialized
(
RowHandle Row,
const UScriptStruct * ObjectType,
ObjectCopyOrMove Relocator
)
AddColumnUninitialized(RowHandle, const FDynamicColumnDescription &, ObjectCopyOrMove)
| Name | AddColumnUninitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void * AddColumnUninitialized
(
RowHandle Row,
const FDynamicColumnDescription & DynamicColumnDescription,
ObjectCopyOrMove Relocator
)