Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryContext
Description
Get a list of columns or nullptrs if the column type wasn't found. Mutable addresses are returned and it's up to the caller to not change immutable addresses. This version doesn't verify that the enough space is provided and it's up to the caller to guarantee the target addresses have enough space.
Derived Overrides
| Name | GetColumnsUnguarded |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void GetColumnsUnguarded
(
int32 TypeCount,
char ** RetrievedAddresses,
const TWeakObjectPtr < const UScriptStruct > * ColumnTypes,
const EQueryAccessType * AccessTypes
)