Navigation
API > API/Plugins > API/Plugins/DataprepCore
A struct to cache the result of a filter with some additional info
| Name | FDataprepSelectionInfo |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepSelectionSystemStructs.h |
| Include Path | #include "SelectionSystem/DataprepSelectionSystemStructs.h" |
Syntax
struct FDataprepSelectionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasPassFilter | uint8 | SelectionSystem/DataprepSelectionSystemStructs.h | ||
| bWasDataFetchedAndCached | uint8 | SelectionSystem/DataprepSelectionSystemStructs.h | ||
| FetchedData | FFilterVariantData | SelectionSystem/DataprepSelectionSystemStructs.h |