Files
UnrealEngineUWP/Engine/Source/Runtime/Interchange/Core
jeanluc corenthin 9a1e16fdb8 Added source name to messages logged in MessageLog window
- Added AssetFriendlyName on UInterchangeResult to pass Actor's label which can differ from its name
  - Added GetMessageLogText method to UInterchangeResult to centralize message formatting
  - Updated UE::Interchange::InterchangeEditorModule::LogError to use new GetMessageLogText method
  - Added SourceData to FImportSceneObjectsParams to allow actor factories to log complete message for warning and errors
  - Updated FTaskCreateSceneObjects::DoTask to pass SourceData in its parameters
  - Modified UInterchangeActorFactory::ProcessActor signature accordingly
  - Added utility methods to UInterchangeActorFactory to log error or warning messages
  - Updated actor's factories according to signature change
  - Updated TaskCompletion to add actor's label to successful message

#jira UE-204277
#rb Alexis.Matte

[CL 31194987 by jeanluc corenthin in ue5-main branch]
2024-02-05 18:15:50 -05:00
..