Skip to content

ISMSearch::FReplaceSummary¶

#include <ISMSearch.h>

Description¶

struct ISMSearch::FReplaceSummary;

Summary of a find and replace.

Public Attributes¶

Name
TArray< TSharedPtr< FSearchResult > > SearchResults

Public Attributes Documentation¶

variable SearchResults¶

TArray< TSharedPtr< FSearchResult > > SearchResults;

All results from the replacement operation. Each search result will contain a replacement result if successful.