Skip to content

Commit

Permalink
Call NotifyGraphChanged when ValidatingAsset to refresh nodes visuall…
Browse files Browse the repository at this point in the history
…y without making the asset dirty (#235)
  • Loading branch information
SPontadit authored Dec 15, 2024
1 parent 2de712f commit de2e789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/FlowEditor/Private/Asset/FlowAssetEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ void FFlowAssetEditor::ValidateAsset_Internal()
ValidationLogListing->AddMessages(LogResults.Messages);
}
ValidationLogListing->OnDataChanged().Broadcast();
FlowAsset->GetGraph()->NotifyGraphChanged();
}

void FFlowAssetEditor::ValidateAsset(FFlowMessageLog& MessageLog)
Expand Down

0 comments on commit de2e789

Please sign in to comment.