Skip to content

ISMSearch::FSearchSummary¶

#include <ISMSearch.h>

Description¶

struct ISMSearch::FSearchSummary;

Summary of the search.

Public Attributes¶

Name
TArray< TSharedPtr< FSearchResult > > SearchResults
FDateTime StartTime
FDateTime FinishTime
float Progress
bool bComplete

Public Attributes Documentation¶

variable SearchResults¶

TArray< TSharedPtr< FSearchResult > > SearchResults;

All results found containing the search string.


variable StartTime¶

FDateTime StartTime;

UTC time the search started.


variable FinishTime¶

FDateTime FinishTime;

UTC time the search finished.


variable Progress¶

float Progress = 0.f;

Progress of the search.


variable bComplete¶

bool bComplete = false;

When the search has been completed.