You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]