Преглед изворни кода

removing unlreated section

Allen Jackson пре 3 година
родитељ
комит
9766f1a467
1 измењених фајлова са 0 додато и 8 уклоњено
  1. 0 8
      rfcs/rfc-2202-user-defined-properties.md

+ 0 - 8
rfcs/rfc-2202-user-defined-properties.md

@@ -103,14 +103,6 @@ if (materialAssetPath->empty())
 	AZ_Error("prefab", false, "Material asset path must not be empty.");
 	return;
 }
-
-// create a material component for this entity's mesh to render with
-AzFramework::BehaviorComponentId editorMaterialComponent;
-AzToolsFramework::EntityUtilityBus::BroadcastResult(
-	editorMaterialComponent,
-	&AzToolsFramework::EntityUtilityBus::Events::GetOrAddComponentByTypeName,
-	entityId,
-	"EditorMaterialComponent");
 ```
 
 # What are the advantages of the feature?