Working on handling custom event nodes
This commit is contained in:
@@ -41,7 +41,7 @@ UEdGraphNode* FWingGraphAction::Execute(const FVector2D &Location) const
|
||||
|
||||
TArray<FWingGraphAction*> FWingGraphActions::Search(const FString &Query, int32 MaxResults, bool Exact)
|
||||
{
|
||||
FString ExtQuery = FString::Printf(TEXT("*%s*"), *Query);
|
||||
FString ExtQuery = FString::Printf(TEXT("*%s*"), *Query.Replace(TEXT(" "), TEXT("*")));
|
||||
TArray<FWingGraphAction*> Results;
|
||||
for (FWingGraphAction &Result : Actions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user