Browse Source

removing unlreated section

Allen Jackson 3 years ago
parent
commit
9766f1a467
1 changed files with 0 additions and 8 deletions
  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?