Fixed API call
This commit is contained in:
parent
9111487bbe
commit
9f274657fd
@ -430,7 +430,7 @@ namespace UniversalEditor.DataFormats.UEPackage
|
||||
if (attTypeID != null)
|
||||
{
|
||||
Guid id = new Guid(attTypeID.Value);
|
||||
task.Actions.Add(ProjectTaskAction.CreateFromTypeID(id));
|
||||
task.Actions.Add(ProjectTaskActionReference.GetByTypeID(id).Create());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user