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.
Derived Overrides
| Name | GetColumns |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void GetColumns
(
TArrayView < char * > RetrievedAddresses,
TConstArrayView< TWeakObjectPtr < const UScriptStruct > > ColumnTypes,
TConstArrayView< EQueryAccessType > AccessTypes
)