ISMSearch::FSearchSummary¶
#include <ISMSearch.h>
Description¶
Summary of the search.
Public Attributes¶
Name | |
---|---|
TArray< TSharedPtr< FSearchResult > > | SearchResults |
FDateTime | StartTime |
FDateTime | FinishTime |
float | Progress |
bool | bComplete |
Public Attributes Documentation¶
variable
SearchResults¶
All results found containing the search string.
variable
StartTime¶
UTC time the search started.
variable
FinishTime¶
UTC time the search finished.
variable
Progress¶
Progress of the search.
variable
bComplete¶
When the search has been completed.