Sub SetActorMaterialType( actor, material_type)

Sets the material type of an actor material

Note: This will set material 0. If your actor has more than one material you need to get a reference to the actor material with GetActorMaterial() to set them.

Possible material types


Related: GetActorMaterialType GetActorMaterial