mik14a / VOX4U

MagicaVoxel VOX Format import plugin for Unreal Engine 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not compile for 5.0.3 Material->GetEditorOnlyData(); does not exist

eibonscroll opened this issue · comments

	auto EditorOnly = Material->GetEditorOnlyData();
	EditorOnly->ExpressionCollection.AddExpression(Expression);
	EditorOnly->BaseColor.Expression = Expression;

I am getting the error that GetEditorOnlyData does not exist in UMaterial.

I was on version 5.0.3. Checking with 5.2.0