SetWearableMaterialArray
ModularCharacterManager.SetWearableMaterialArray
Declaration public void SetWearableMaterialArray(int _slotIndex, ActiveMaterialArray _activeMaterialArray);
Parameters
Parameter
Description
int _slotIndex
The slot of the Wearable you want to change the materials for
ActiveMaterialArray _activeMaterialArray
The array of Active Materials you'll use to replace the current material array
Description The public function to set the entire material array on a Wearable at the specified index
Last updated