Skip to content

ISMSearch::FReplaceArgs

#include <ISMSearch.h>

Description

struct ISMSearch::FReplaceArgs;

Arguments for replacing field values.

Public Attributes

Name
FString ReplaceString
TArray< TSharedPtr< FSearchResult > > SearchResults

Public Attributes Documentation

variable ReplaceString

FString ReplaceString;

[Required] The word or phrase replacing the search text.


variable SearchResults

TArray< TSharedPtr< FSearchResult > > SearchResults;

[Required] Valid search results containing the properties to be updated.