Explorar el Código

removing unlreated section

Allen Jackson hace 3 años
padre
commit
9766f1a467
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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.");
 	AZ_Error("prefab", false, "Material asset path must not be empty.");
 	return;
 	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?
 # What are the advantages of the feature?