GetAllWearablesOfCategory
CharacterStyle.GetAllWearablesOfCategory
Declaration public List<Wearable> GetAllWearablesOfCategory(WearableCategory _category);
Parameters
Parameter
Description
WearableCategory _category
The Wearable Category you want a list of Wearables for.
Description The public function to retrieve a list of wearables in a given category from all Wearable Databases in the Wearable Database array.
Returns A list of Wearables assigned to the specified Wearable Category.
Last updated